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

emotion: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 19:17:08 2013 +0200 (2013-04-23)
parents 8e4c74abdf74
children f4c22f009037
line source
1 # SliTaz package receipt.
3 PACKAGE="PyQt-x11-gpl"
4 VERSION="4.9.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="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$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 }