wok diff scons/receipt @ rev 11244

Up: elfkickers (3.0)
author Alexander Medvedev <devl547@gmail.com>
date Mon Nov 07 08:32:39 2011 +0300 (2011-11-07)
parents 78361836c9a8
children 3b4e4318134e
line diff
     1.1 --- a/scons/receipt	Tue Sep 21 12:08:37 2010 +0000
     1.2 +++ b/scons/receipt	Mon Nov 07 08:32:39 2011 +0300
     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.