SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "python-distribute"

# SliTaz package receipt.

PACKAGE="python-distribute"
VERSION="0.6.24"
CATEGORY="development"
SHORT_DESC="Easily build and distribute Python packages"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://pypi.python.org/pypi/distribute"
SOURCE="distribute"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="http://pypi.python.org/packages/source/d/distribute/$TARBALL"

DEPENDS="python"
BUILD_DEPENDS="python-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    python setup.py install --prefix=/usr --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)