1 # Maintainer: Alexander Duscheleit <jinks@archlinux.us>
2 pkgname=kyotocabinet-perl
5 pkgdesc="Perl bindings for Kyoto Cabinet."
7 url="http://fallabs.com/kyotocabinet/"
9 depends=('kyotocabinet>=1.2.34' 'perl')
10 source=(http://fallabs.com/kyotocabinet/perlpkg/$pkgname-$pkgver.tar.gz)
11 sha256sums=('6bb70e88457481b27df0a14a997897010006c6b38a5b68de48b1f1f737ec1630')
14 cd "$srcdir/$pkgname-$pkgver"
16 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
21 cd "$srcdir/$pkgname-$pkgver"
23 make install DESTDIR="$pkgdir/"
26 # vim:set ts=2 sw=2 et: