wok-next annotate scons/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents a8e75e9bae6c
children 1ff723a6455b
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@1136 2
pascal@1136 3 PACKAGE="scons"
devl547@17614 4 VERSION="2.3.4"
pascal@1136 5 CATEGORY="development"
al@20443 6 SHORT_DESC="SCons is an Open Source software construction tool"
pascal@1136 7 MAINTAINER="chadi.elahmad@gmail.com"
pascal@15593 8 LICENSE="MIT"
al@20443 9 WEB_SITE="http://www.scons.org/"
al@20443 10
pascal@1136 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@4187 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15593 13
pascal@15593 14 BUILD_DEPENDS="python python-dev"
pascal@1136 15
al@20443 16 compile_rules() {
pascal@19294 17 mkdir -p $DESTDIR/usr/share
pascal@1136 18 python setup.py install \
pascal@1136 19 --standard-lib \
slaxemulator@10973 20 --prefix=$DESTDIR/usr
pascal@19294 21 mv $DESTDIR/usr/man $DESTDIR/usr/share
pascal@1136 22 }
pascal@1136 23
al@20443 24 genpkg_rules() {
al@20443 25 copy @std
al@20443 26 DEPENDS="python"
pascal@1136 27 }