1 # Contributor: arno <apithon.AT.free.DOT.fr>
2 # Maintainer: Pierre Bourdon <delroth@gmail.com>
7 pkgdesc="A library written in Python which allows to see and edit a binary files field per field."
9 url="http://bitbucket.org/haypo/hachoir/wiki/Home"
11 depends=('python2>=2.4')
12 source=(http://cheeseshop.python.org/packages/source/h/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('b80f0257536e2b2cb23f66670c4f6f31')
16 cd $srcdir/$pkgname-$pkgver
17 python2 setup.py install --optimize=1 --root=$pkgdir