milis/talimatname/genel/t/tdb/talimat

20 lines
450 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GDBM'ye benzer basit bir Veritabanı, ancak aynı anda taahhütlere izin verir
2016-02-24 01:27:23 +01:00
# URL: http://tdb.samba.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python libxslt docbook-xsl
2016-02-24 01:27:23 +01:00
name=tdb
2017-09-11 13:31:41 +02:00
version=1.3.15
2016-02-24 01:27:23 +01:00
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
}
2017-03-12 13:38:06 +01:00