# HG changeset patch # User Christopher Rogers # Date 1318749302 0 # Node ID d5d3d87300a7ebe2c3ea0e8dc747b38d9df19985 # Parent f26dd888bb3350407eaf29a450347acaaa8348b1 Up: sip to 4.12.4. diff -r f26dd888bb33 -r d5d3d87300a7 sip-dev/receipt --- a/sip-dev/receipt Sun Oct 16 07:13:13 2011 +0000 +++ b/sip-dev/receipt Sun Oct 16 07:15:02 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sip-dev" -VERSION="4.12.1" +VERSION="4.12.4" CATEGORY="development" SHORT_DESC="sip devel" MAINTAINER="allan316@gmail.com" @@ -13,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r f26dd888bb33 -r d5d3d87300a7 sip/receipt --- a/sip/receipt Sun Oct 16 07:13:13 2011 +0000 +++ b/sip/receipt Sun Oct 16 07:15:02 2011 +0000 @@ -1,30 +1,31 @@ # SliTaz package receipt. PACKAGE="sip" -VERSION="4.12.1" +VERSION="4.12.4" CATEGORY="development" SHORT_DESC="needed for PyQt" MAINTAINER="allan316@gmail.com" -DEPENDS="python gcc-lib-base" -BUILD_DEPENDS="python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.riverbankcomputing.co.uk" WGET_URL="$WEB_SITE/static/Downloads/sip4/$TARBALL" +DEPENDS="python gcc-lib-base" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { cd $src python configure.py make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr }