wok-next view pyqt/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pyqt"
4 VERSION="4.12.1"
5 CATEGORY="development"
6 SHORT_DESC="PyQt"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://riverbankcomputing.com/software/pyqt/intro"
11 TARBALL="PyQt4_gpl_x11-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/pyqt/$TARBALL"
14 BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake"
16 compile_rules() {
17 yes yes | python configure.py
18 make $MAKEFLAGS &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui libQtWebkit \
25 libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene sip \
26 gcc-lib-base dbus"
27 }