wok view PyQt-x11-gpl/receipt @ rev 13645

Up: elementary (1.7.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Nov 16 00:13:59 2012 +0100 (2012-11-16)
parents d268fda04e34
children 2ed4e2665660
line source
1 # SliTaz package receipt.
3 PACKAGE="PyQt-x11-gpl"
4 VERSION="4.8.6"
5 CATEGORY="development"
6 SHORT_DESC="PyQt"
7 MAINTAINER="allan316@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.riverbankcomputing.co.uk"
10 WGET_URL="$WEB_SITE/static/Downloads/PyQt4/$TARBALL"
12 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \
13 libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
14 libQtDBus libQtClucene sip gcc-lib-base dbus"
15 BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \
16 libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \
17 sip sip-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 yes yes | python configure.py --confirm-license
24 make $MAKEFLAGS &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/lib $fs/usr
34 cp -a $install/usr/share $fs/usr
35 }