2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Qt4 için bağlayıcı python
|
|
|
|
|
# URL: http://www.riverbankcomputing.co.uk/software/pyqt/intro
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: dbus-python python-sip qt4 phonon-qt4
|
2018-08-01 08:28:34 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-qt4
|
|
|
|
|
surum=4.11.2
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-$surum/PyQt-x11-gpl-$surum.tar.gz)
|
|
|
|
|
derle() {
|
|
|
|
|
cd PyQt-x11-gpl-$surum
|
|
|
|
|
|
|
|
|
|
python2 configure-ng.py \
|
|
|
|
|
-v /usr/share/sip \
|
|
|
|
|
-q /usr/lib/qt4/bin/qmake \
|
|
|
|
|
--confirm-license \
|
|
|
|
|
--qsci-api
|
|
|
|
|
|
|
|
|
|
find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG INSTALL_ROOT=$PKG install
|
|
|
|
|
|
|
|
|
|
install -Dm644 PyQt4.api $PKG/usr/share/qt4/qsci/api/python/PyQt4.api
|
|
|
|
|
}
|