SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "python-flup"

# SliTaz package receipt.

PACKAGE="python-flup"
VERSION="1.0.2"
CATEGORY="network"
SHORT_DESC="Random collection of WSGI modules for Python."
MAINTAINER="pankso@slitaz.org"
DEPENDS="python"
BUILD_DEPENDS="python python-dev python-distribute"
SOURCE="flup"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="http://trac.saddi.com/flup"
WGET_URL="http://www.saddi.com/software/flup/dist/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    python setup.py build &&
    python setup.py install --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs
    cp -a $_pkg/usr $fs
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)