milis/talimatname/genel/t/tokyocabinet/talimat

19 lines
385 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: DBM'nin modern bir uygulaması
# 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
}