wok-6.x diff scons/receipt @ rev 5133
Up: slitaz-configs (3.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 23 11:09:22 2010 +0100 (2010-03-23) |
parents | 8c8d1dfb63df |
children | 78361836c9a8 |
line diff
1.1 --- a/scons/receipt Thu Jul 24 09:52:02 2008 +0000 1.2 +++ b/scons/receipt Tue Mar 23 11:09:22 2010 +0100 1.3 @@ -1,15 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scons" 1.7 -VERSION="0.98.5" 1.8 +VERSION="1.2.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 - 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.scons.org/" 1.15 -WGET_URL="http://garr.dl.sourceforge.net/sourceforge/scons/$TARBALL" 1.16 - 1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 DEPENDS="python " 1.19 BUILD_DEPENDS="python python-dev " 1.20 1.21 @@ -19,7 +17,6 @@ 1.22 mkdir -p $src/_pkg/usr 1.23 cd $src 1.24 python setup.py install \ 1.25 - --install-man \ 1.26 --standard-lib \ 1.27 --prefix=$src/_pkg/usr 1.28 } 1.29 @@ -27,7 +24,8 @@ 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - mkdir -p $fs/usr/ 1.34 - cp -a $_pkg/usr/* $fs/usr 1.35 + mkdir -p $fs/usr 1.36 + cp -a $_pkg/usr/bin $fs/usr 1.37 + cp -a $_pkg/usr/lib $fs/usr 1.38 } 1.39