1 # Maintainer: Alexander Duscheleit <jinks@archlinux.us>
2 pkgname=kyotocabinet-python2
3 _pkgname=kyotocabinet-python-legacy
6 pkgdesc="Python2 bindings for Kyoto Cabinet."
8 url="http://fallabs.com/kyotocabinet/"
10 depends=('kyotocabinet>=1.2.34' 'python2')
11 source=(http://fallabs.com/kyotocabinet/pythonlegacypkg/$_pkgname-$pkgver.tar.gz)
12 sha256sums=('60860cb7e536de247ac528cce7034eddc775751f6b43980f635a2bfae830bd16')
15 cd "$srcdir/$_pkgname-$pkgver"
17 python2 setup.py build
21 cd "$srcdir/$_pkgname-$pkgver"
23 python2 setup.py install --root="$pkgdir/"
26 # vim:set ts=2 sw=2 et: