aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-qt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-qt/APKBUILD')
-rw-r--r--testing/py-qt/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py-qt/APKBUILD b/testing/py-qt/APKBUILD
deleted file mode 100644
index 493de9d578..0000000000
--- a/testing/py-qt/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=py-qt
-_pkgname=PyQt
-pkgver=4.9.1
-pkgrel=0
-pkgdesc="A set of Python bindings for the Qt toolkit"
-url="http://riverbankcomputing.co.uk/software/pyqt/intro"
-arch="all"
-license="GPL"
-depends="py-sip"
-depends_dev="python-dev py-dbus-dev phonon-dev qt-dev py-sip-dev libx11-dev"
-makedepends="$depends_dev"
-subpackages=""
-install=
-source="http://riverbankcomputing.co.uk/static/Downloads/${_pkgname}4/${_pkgname}-x11-gpl-$pkgver.tar.gz"
-build() {
- cd "${srcdir}/PyQt-x11-gpl-${pkgver}"
- python configure.py \
- --confirm-license \
- -v /usr/share/sip \
- --qsci-api
- # Thanks Gerardo for the rpath fix
- find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
- make
-}
-package(){
- cd "${srcdir}/PyQt-x11-gpl-${pkgver}"
- make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-md5sums="7f495dc49f71e3bfb64bf942e0d8bb3c PyQt-x11-gpl-4.9.1.tar.gz"