wok diff scons/receipt @ rev 17420
Up tazusb (4.2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 03 21:07:02 2014 +0100 (2014-12-03) |
parents | c54f0b9830bb |
children | e72ddaac0efb |
line diff
1.1 --- a/scons/receipt Wed Oct 12 12:41:17 2011 +0000 1.2 +++ b/scons/receipt Wed Dec 03 21:07:02 2014 +0100 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="SCons is an Open Source software construction tool." 1.6 MAINTAINER="chadi.elahmad@gmail.com" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.scons.org/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 -DEPENDS="python " 1.12 -BUILD_DEPENDS="python python-dev " 1.13 + 1.14 +DEPENDS="python" 1.15 +BUILD_DEPENDS="python python-dev" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -25,7 +27,7 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 - cp -a $_pkg/usr/lib $fs/usr 1.25 + cp -a $install/usr/bin $fs/usr 1.26 + cp -a $install/usr/lib $fs/usr 1.27 } 1.28