milis/talimatname/genel/t/tokyocabinet/talimat

19 lines
385 B
Plaintext
Raw Normal View History

2018-07-26 12:29:09 +02:00
# Tanım: DBM'nin modern bir uygulaması
2018-07-14 02:48:47 +02:00
# URL: http://fallabs.com/tokyocabinet/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=tokyocabinet
surum=1.4.48
devir=1
kaynak=(http://fallabs.com/tokyocabinet/tokyocabinet-$surum.tar.gz)
derle() {
cd "$SRC/$isim-$surum"
./configure --prefix=/usr --enable-off64 --enable-fastest
make
make -k check
make DESTDIR="$PKG/" install
}