# Description: tokyo cabinet is a library of routines for managing a database. # URL: http://fallabs.com/tokyocabinet/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: zlib bzip2 name=tokyocabinet version=1.4.48 release=2 source=(http://fallabs.com/$name/$name-$version.tar.gz) build(){ cd $name-$version ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install rm -rf $PKG/usr/libexec rm $PKG/usr/share/tokyocabinet/COPYING rm $PKG/usr/share/tokyocabinet/ChangeLog }