wok-next view PyQt-x11-gpl/receipt @ rev 20963

Add hackdorte-artwork and remove appropriate old packages with dead homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 08 15:02:14 2018 +0300 (2018-09-08)
parents 8bf043780c63
children
line source
1 # SliTaz package receipt.
3 PACKAGE="PyQt-x11-gpl"
4 VERSION="4.12.1"
5 CATEGORY="development"
6 SHORT_DESC="PyQt"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro"
10 REPOLOGY="pyqt"
12 TARBALL="PyQt4_gpl_x11-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
15 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \
16 libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
17 libQtDBus libQtClucene sip gcc-lib-base dbus"
18 BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 yes yes | python configure.py
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 }