wok-6.x diff scons/receipt @ rev 13125
Up: raptor to 2.0.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jul 04 22:11:55 2012 +0000 (2012-07-04) |
parents | 78361836c9a8 |
children | 3b4e4318134e |
line diff
1.1 --- a/scons/receipt Tue Sep 21 12:08:37 2010 +0000 1.2 +++ b/scons/receipt Wed Jul 04 22:11:55 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scons" 1.7 -VERSION="2.0.1" 1.8 +VERSION="2.1.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="SCons is an Open Source software construction tool." 1.11 MAINTAINER="chadi.elahmad@gmail.com" 1.12 @@ -14,11 +14,11 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - mkdir -p $src/_pkg/usr 1.17 + mkdir -p $DESTDIR/usr 1.18 cd $src 1.19 python setup.py install \ 1.20 --standard-lib \ 1.21 - --prefix=$src/_pkg/usr 1.22 + --prefix=$DESTDIR/usr 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.