updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / tokyocabinet-ruby / PKGBUILD
blob26a9c91acc4eec5d367d0c32055fa0f93a100f25
1 # Contributor: huma
2 pkgname=tokyocabinet-ruby
3 pkgver=1.29
4 pkgrel=1
5 pkgdesc="Ruby Binding of Tokyo Cabinet DBM"
6 url="http://tokyocabinet.sourceforge.net"
7 license=('LGPL')
8 arch=('i686' 'x86_64')
9 depends=('ruby' 'tokyocabinet>=1.4')
10 source=(http://tokyocabinet.sourceforge.net/rubypkg/$pkgname-$pkgver.tar.gz)
11 md5sums=('e5259b9c9c0368aa88a2accd6f3b9db4')
13 build() {
14         cd $srcdir/$pkgname-$pkgver
15         ruby extconf.rb
16         make || return 1
17         make DESTDIR=$pkgdir install