# HG changeset patch # User Christopher Rogers # Date 1318749420 0 # Node ID 3d5f4c238bca1d1b4875ab1c30a280a6a25401b0 # Parent d5d3d87300a7ebe2c3ea0e8dc747b38d9df19985 Up: PyQt-x11-gpl to 4.8.5. diff -r d5d3d87300a7 -r 3d5f4c238bca PyQt-x11-gpl/receipt --- a/PyQt-x11-gpl/receipt Sun Oct 16 07:15:02 2011 +0000 +++ b/PyQt-x11-gpl/receipt Sun Oct 16 07:17:00 2011 +0000 @@ -1,35 +1,36 @@ # SliTaz package receipt. PACKAGE="PyQt-x11-gpl" -VERSION="4.8.3" +VERSION="4.8.5" CATEGORY="development" SHORT_DESC="PyQt" MAINTAINER="allan316@gmail.com" -DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ - libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \ - libQtDBus libQtClucene sip gcc-lib-base dbus" -BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \ - libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \ - sip sip-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.riverbankcomputing.co.uk" WGET_URL="$WEB_SITE/static/Downloads/PyQt4/$TARBALL" +DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ +libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \ +libQtDBus libQtClucene sip gcc-lib-base dbus" +BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \ +libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \ +sip sip-dev" + # Rules to configure and make the package. compile_rules() { cd $src yes yes | python configure.py --confirm-license make -j 4 && - 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 $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share $fs/usr }