SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "scons"

# SliTaz package receipt.

PACKAGE="scons"
VERSION="2.1.0"
CATEGORY="development"
SHORT_DESC="SCons is an Open Source software construction tool."
MAINTAINER="chadi.elahmad@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.scons.org/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
DEPENDS="python "
BUILD_DEPENDS="python python-dev "

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

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

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