updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / python2-larch / PKGBUILD
blob24d6a69ecbce85b17aecdadcd64a068355834a9b
1 # Contributor: Mathieu Clabaut <mathieu.clabaut@gmail.com>
2 pkgname=python2-larch
3 pkgver=0.25
4 pkgrel=1
5 pkgdesc="Python B-tree library"
6 arch=('any')
7 url="http://liw.fi/larch/"
8 license=('GPLV3+')
9 depends=('python2-tracing')
10 source=( "http://code.liw.fi/debian/pool/main/p/python-larch/python-larch_$pkgver.orig.tar.gz")
12 md5sums=('b14355056c6defc408206a18b7ba89e2')
16 build() { 
17     cd $srcdir/larch-$pkgver
18     python2 setup.py build || return 1
19     python2 setup.py install --root=$pkgdir || return 1
20     #install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE