wok rev 11032

Up: PyQt-x11-gpl to 4.8.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:17:00 2011 +0000 (2011-10-16)
parents d5d3d87300a7
children 208265e35b96
files PyQt-x11-gpl/receipt
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Sun Oct 16 07:15:02 2011 +0000
     1.2 +++ b/PyQt-x11-gpl/receipt	Sun Oct 16 07:17:00 2011 +0000
     1.3 @@ -1,35 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="PyQt-x11-gpl"
     1.7 -VERSION="4.8.3"
     1.8 +VERSION="4.8.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PyQt"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 -DEPENDS="python libQtDesigner libQtScript  libQtCore libQtGui \
    1.13 -         libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
    1.14 -         libQtDBus libQtClucene sip gcc-lib-base dbus"
    1.15 -BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \
    1.16 -	       libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \
    1.17 -               sip sip-dev"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WEB_SITE="http://www.riverbankcomputing.co.uk"
    1.20  WGET_URL="$WEB_SITE/static/Downloads/PyQt4/$TARBALL"
    1.21  
    1.22 +DEPENDS="python libQtDesigner libQtScript  libQtCore libQtGui \
    1.23 +libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
    1.24 +libQtDBus libQtClucene sip gcc-lib-base dbus"
    1.25 +BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \
    1.26 +libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \
    1.27 +sip sip-dev"
    1.28 +
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32  	cd $src
    1.33  	yes yes | python configure.py --confirm-license
    1.34  	make -j 4 &&
    1.35 -	make DESTDIR=$PWD/_pkg install
    1.36 +	make DESTDIR=$DESTDIR install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42  	mkdir -p $fs/usr
    1.43 -	cp -a $_pkg/usr/bin $fs/usr
    1.44 -	cp -a $_pkg/usr/lib $fs/usr
    1.45 -	cp -a $_pkg/usr/share $fs/usr
    1.46 +	cp -a $install/usr/bin $fs/usr
    1.47 +	cp -a $install/usr/lib $fs/usr
    1.48 +	cp -a $install/usr/share $fs/usr
    1.49  }
    1.50