summaryrefslogtreecommitdiffstats
path: root/extra/pyqt/Pkgfile
blob: de16e3ff5dd56d5abfc5fea7a77bedbdb26e06b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Connecteur python pour qt4 
# URL: http://www.riverbankcomputing.co.uk/software/pyqt/intro
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: sip, qscintilla, qt, phonon

name=pyqt
version=4.7.7
release=3
source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz
	http://nutyx.meticul.eu/files/patchs/$name/fix-kdebindings-4.5.2.patch)

build() {
	cd PyQt-x11-gpl-$version
#	patch -Np0 -i ../fix-kdebindings-4.5.2.patch	

#	echo yes | 
	python2 configure.py -b /usr/bin \
		-d /usr/lib/python2.7/site-packages \
		-v /usr/share/sip/
	make
	make DESTDIR=$PKG install
}