wok annotate 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
rev   line source
allan316@3297 1 # SliTaz package receipt.
allan316@3297 2
allan316@3297 3 PACKAGE="PyQt-x11-gpl"
monghitri@13988 4 VERSION="4.9.6"
allan316@3297 5 CATEGORY="development"
allan316@3297 6 SHORT_DESC="PyQt"
allan316@3297 7 MAINTAINER="allan316@gmail.com"
allan316@3297 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
allan316@3297 9 WEB_SITE="http://www.riverbankcomputing.co.uk"
monghitri@13988 10 WGET_URL="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$TARBALL"
allan316@3297 11
slaxemulator@11032 12 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \
slaxemulator@11032 13 libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
slaxemulator@11032 14 libQtDBus libQtClucene sip gcc-lib-base dbus"
slaxemulator@11032 15 BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \
slaxemulator@11032 16 libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \
slaxemulator@11032 17 sip sip-dev"
slaxemulator@11032 18
allan316@3297 19 # Rules to configure and make the package.
allan316@3297 20 compile_rules()
allan316@3297 21 {
allan316@3297 22 cd $src
slaxemulator@9038 23 yes yes | python configure.py --confirm-license
gokhlayeh@11574 24 make $MAKEFLAGS &&
slaxemulator@11032 25 make DESTDIR=$DESTDIR install
allan316@3297 26 }
allan316@3297 27
allan316@3297 28 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3297 29 genpkg_rules()
allan316@3297 30 {
allan316@3297 31 mkdir -p $fs/usr
slaxemulator@11032 32 cp -a $install/usr/bin $fs/usr
slaxemulator@11032 33 cp -a $install/usr/lib $fs/usr
slaxemulator@11032 34 cp -a $install/usr/share $fs/usr
allan316@3297 35 }
allan316@3297 36