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

Up: fltk (1.3.0) and dillo (3.0.1)
author Alexander Medvedev <devl547@gmail.com>
date Mon Nov 07 21:01:36 2011 +0000 (2011-11-07)
parents cc0d309b30c0
children d268fda04e34
line source
1 # SliTaz package receipt.
3 PACKAGE="PyQt-x11-gpl"
4 VERSION="4.8.5"
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 -j 4 &&
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 }