milis/talimatname/genel/l/lmdb/talimat

21 lines
507 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: Symas LMDB, Symas OpenLDAP Projesi için geliştirdiğimiz olağanüstü derecede hızlı, bellek açısından verimli bir veritabanıdır.
# URL: http://symas.com/mdb
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
# Grup: sistem
isim=lmdb
surum=0.9.18
devir=1
kaynak=( https://github.com/LMDB/lmdb/archive/LMDB_$surum.tar.gz)
derle() {
cd $isim-LMDB_$surum
cd libraries/liblmdb
make
sed -i 's| liblmdb.a||' Makefile
make prefix=/usr DESTDIR=$PKG install
rm -rf /usr/share/doc
}