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

updated volumeicon (0.4.6 -> 0.5.1)
author Hans-G?nter Theisgen
date Sat Nov 02 16:43:33 2019 +0100 (2019-11-02)
parents f4c22f009037
children f7dd6559d610
line source
1 # SliTaz package receipt.
3 PACKAGE="PyQt-x11-gpl"
4 VERSION="4.11.3"
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
13 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \
14 libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
15 libQtDBus libQtClucene sip gcc-lib-base dbus"
16 BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 yes yes | python configure.py
22 make $MAKEFLAGS &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/lib $fs/usr
32 cp -a $install/usr/share $fs/usr
33 }