wok-next view pyqt/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }