1 # Maintainer: Adam Nielsen <malvineous@shikadi.net>
5 pkgdesc="Python wrapper around DOSBox OPL synth"
7 url="http://pypi.python.org/pypi/PyOPL"
10 source=(http://pypi.python.org/packages/source/P/PyOPL/PyOPL-$pkgver.tar.gz)
11 md5sums=('3d0a229b18a9c70eef9c0780c976f607')
14 cd $srcdir/PyOPL-$pkgver
15 python2 setup.py install --root=$pkgdir || return 1
16 install -d $pkgdir/usr/share/licenses/$pkgname
17 sed -n -e 20p README > $pkgdir/usr/share/licenses/$pkgname/COPYING