milis/talimatname/genel/tdb/talimat

20 lines
456 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: GDBM'ye benzer basit bir Veritabanı, ancak aynı anda taahhütlere izin verir
# URL: http://tdb.samba.org/
# Packager: milisarge
# Depends on: python libxslt docbook-xsl
name=tdb
version=1.3.8
release=1
source=(http://samba.org/ftp/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc/samba
make
make DESTDIR=$PKG install
}