diff --git a/talimatname/genel/t/tokyocabinet/talimat b/talimatname/genel/t/tokyocabinet/talimat new file mode 100644 index 000000000..f0d75a782 --- /dev/null +++ b/talimatname/genel/t/tokyocabinet/talimat @@ -0,0 +1,18 @@ +# Tanım: a modern implementation of DBM +# 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 +}