updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / hachoir-core / PKGBUILD
blob58509913bb6d3b24084860a97172623b97c403ca
1 # Contributor: arno <apithon.AT.free.DOT.fr>
2 # Maintainer: Pierre Bourdon <delroth@gmail.com>
4 pkgname=hachoir-core
5 pkgver=1.3.3
6 pkgrel=2
7 pkgdesc="A library written in Python which allows to see and edit a binary files field per field."
8 arch=(i686 x86_64)
9 url="http://bitbucket.org/haypo/hachoir/wiki/Home"
10 license=('GPL2')
11 depends=('python2>=2.4')
12 source=(http://cheeseshop.python.org/packages/source/h/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('b80f0257536e2b2cb23f66670c4f6f31')
15 build() {
16   cd $srcdir/$pkgname-$pkgver
17   python2 setup.py install --optimize=1 --root=$pkgdir