milis/talimatname/genel/db/talimat

26 lines
560 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.

# Description: Berkeley DB gömülü veri tabanı sistemi
# URL: http://www.oracle.com/technology/software/products/berkeley-db/index.html
# Packager: milisarge
# Depends on:
name=db
version=6.1.26
release=1
source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz)
build() {
cd $name-$version
cd build_unix
../dist/configure --prefix=/usr \
--enable-compat185 \
--enable-shared \
--enable-cxx --enable-dbm
make
make DESTDIR=$PKG \
docdir=/usr/share/doc/$name-$version install
chown -R 0:0 $PKG
chmod -R +w $PKG
rm -rf $PKG/usr/share/info/dir
}