wok-current rev 11031
Up: sip to 4.12.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:15:02 2011 +0000 (2011-10-16) |
parents | f26dd888bb33 |
children | 3d5f4c238bca |
files | sip-dev/receipt sip/receipt |
line diff
1.1 --- a/sip-dev/receipt Sun Oct 16 07:13:13 2011 +0000 1.2 +++ b/sip-dev/receipt Sun Oct 16 07:15:02 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sip-dev" 1.7 -VERSION="4.12.1" 1.8 +VERSION="4.12.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="sip devel" 1.11 MAINTAINER="allan316@gmail.com" 1.12 @@ -13,6 +13,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 + cp -a $install/usr/include $fs/usr 1.18 } 1.19
2.1 --- a/sip/receipt Sun Oct 16 07:13:13 2011 +0000 2.2 +++ b/sip/receipt Sun Oct 16 07:15:02 2011 +0000 2.3 @@ -1,30 +1,31 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sip" 2.7 -VERSION="4.12.1" 2.8 +VERSION="4.12.4" 2.9 CATEGORY="development" 2.10 SHORT_DESC="needed for PyQt" 2.11 MAINTAINER="allan316@gmail.com" 2.12 -DEPENDS="python gcc-lib-base" 2.13 -BUILD_DEPENDS="python-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WEB_SITE="http://www.riverbankcomputing.co.uk" 2.16 WGET_URL="$WEB_SITE/static/Downloads/sip4/$TARBALL" 2.17 2.18 +DEPENDS="python gcc-lib-base" 2.19 +BUILD_DEPENDS="python-dev" 2.20 + 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 cd $src 2.25 python configure.py 2.26 make && 2.27 - make DESTDIR=$PWD/_pkg install 2.28 + make DESTDIR=$DESTDIR install 2.29 } 2.30 2.31 # Rules to gen a SliTaz package suitable for Tazpkg. 2.32 genpkg_rules() 2.33 { 2.34 mkdir -p $fs/usr 2.35 - cp -a $_pkg/usr/bin $fs/usr 2.36 - cp -a $_pkg/usr/lib $fs/usr 2.37 + cp -a $install/usr/bin $fs/usr 2.38 + cp -a $install/usr/lib $fs/usr 2.39 } 2.40