wok rev 10973

Up: scons to 2.1.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:41:17 2011 +0000 (2011-10-12)
parents cc10ca2a108d
children f5b1d838898b
files scons/receipt
line diff
     1.1 --- a/scons/receipt	Wed Oct 12 12:39:17 2011 +0000
     1.2 +++ b/scons/receipt	Wed Oct 12 12:41:17 2011 +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.