updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-larch / PKGBUILD
blob9e3e2c3f2637dcddb8ed2c1b77f8b6cf899186eb
1 # Contributor: Mathieu Clabaut <mathieu.clabaut@gmail.com>
2 pkgname=python2-larch
3 pkgver=0.26
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=('620d244ff6bb2dbc29753933f223942b')
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