1 # Maintainer: György Balló <ballogy@freestart.hu>
3 pkgname=python2-qt4reactor
6 pkgdesc="Integration of Twisted and Qt4"
8 url="https://launchpad.net/qt4reactor"
9 license=('custom:Expat')
10 depends=('python2-pyqt' 'twisted')
11 source=(https://launchpad.net/ubuntu/+archive/primary/+files/${_pkgname}_$pkgver.orig.tar.gz)
12 md5sums=('a8193bb7eb0165a814aa09a0192cf40b')
15 cd "$srcdir/$_pkgname-$pkgver"
17 python2 setup.py build
21 cd "$srcdir/$_pkgname-$pkgver"
23 python2 setup.py install --root=$pkgdir/ --optimize=1
24 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"