1 # Contributor: Penguin <TGates81.at.gmail.dot.com>
6 pkgdesc="Platform independent python bindings for the LZMA compression library"
7 url="http://www.joachim-bauch.de/projects/python/pylzma"
10 depends=('python2' 'libstdc++5')
11 source=(http://pypi.python.org/packages/source/p/pylzma/$pkgname-$pkgver.tar.gz)
12 md5sums=('a2be89cb2288174ebb18bec68fa559fb')
15 cd $startdir/src/$pkgname-$pkgver
16 python2 setup.py install --root=$startdir/pkg