milis/talimatname/genel/d/db/talimat

27 lines
558 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: Berkeley DB gömülü veri tabanı sistemi
# URL: http://www.oracle.com/technology/software/products/berkeley-db/index.html
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=db
surum=6.1.26
devir=1
kaynak=(http://download.oracle.com/berkeley-db/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
cd build_unix
../dist/configure --prefix=/usr \
--enable-compat185 \
--enable-shared \
--enable-cxx --enable-dbm
make
make DESTDIR=$PKG \
docdir=/usr/share/doc/$isim-$surum install
chown -R 0:0 $PKG
chmod -R +w $PKG
rm -rf $PKG/usr/share/info/dir
}