20 lines
442 B
Plaintext
20 lines
442 B
Plaintext
|
# Tanım: GDBM'ye benzer basit bir Veritabanı, ancak aynı anda taahhütlere izin verir
|
|||
|
# URL: http://tdb.samba.org/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: python libxslt docbook-xsl
|
|||
|
|
|||
|
isim=tdb
|
|||
|
surum=1.3.15
|
|||
|
devir=1
|
|||
|
kaynak=(http://samba.org/ftp/${isim}/${isim}-${surum}.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
./configure --prefix=/usr \
|
|||
|
--localstatedir=/var \
|
|||
|
--sysconfdir=/etc/samba
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|
|||
|
|