1 # Contributor: arno <apithon.AT.free.DOT.fr>
5 pkgdesc="User interface based on hachoir-parser to explore a binary file."
7 url="http://hachoir.org"
9 depends=('hachoir-parser' 'python-urwid')
10 source=(http://cheeseshop.python.org/packages/source/h/$pkgname/$pkgname-$pkgver.tar.gz)
13 cd $startdir/src/$pkgname-$pkgver
14 python setup.py install --root=$startdir/pkg
17 md5sums=('71957e421578168093fd6ba1f0e64e34')