wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="scons"
4 VERSION="2.3.4"
5 CATEGORY="development"
6 SHORT_DESC="SCons is an Open Source software construction tool"
7 MAINTAINER="chadi.elahmad@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://www.scons.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="python python-dev"
16 compile_rules() {
17 mkdir -p $DESTDIR/usr/share
18 python setup.py install \
19 --standard-lib \
20 --prefix=$DESTDIR/usr
21 mv $DESTDIR/usr/man $DESTDIR/usr/share
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python"
27 }