wok-undigest rev 923

PyQt-x11-gpl: up to 4.9.6
author ernia <monghitri@aruba.it>
date Wed Feb 06 20:59:25 2013 +0000 (2013-02-06)
parents 3daa04ca0b87
children 06db1ae711da
files PyQt-x11-gpl/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/PyQt-x11-gpl/receipt	Wed Feb 06 20:59:25 2013 +0000
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="PyQt-x11-gpl"
     1.7 +VERSION="4.9.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="PyQt"
    1.10 +MAINTAINER="allan316@gmail.com"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.riverbankcomputing.co.uk"
    1.13 +WGET_URL="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$TARBALL"
    1.14 +
    1.15 +DEPENDS="python libQtDesigner libQtScript  libQtCore libQtGui \
    1.16 +libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
    1.17 +libQtDBus libQtClucene sip gcc-lib-base dbus"
    1.18 +BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \
    1.19 +libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \
    1.20 +sip sip-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	cd $src
    1.26 +	yes yes | python configure.py --confirm-license
    1.27 +	make $MAKEFLAGS &&
    1.28 +	make DESTDIR=$DESTDIR install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	mkdir -p $fs/usr
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/lib $fs/usr
    1.37 +	cp -a $install/usr/share $fs/usr
    1.38 +}
    1.39 +