opt/ntdb/Pkgfile

19 lines
404 B
Plaintext
Raw Normal View History

2015-01-27 11:27:02 +01:00
# Description: Simple database library based on gdbm (replacement of tdb)
# URL: http://www.samba.org/ftp/tdb/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
2015-01-28 11:01:56 +01:00
# Depends on: python
2015-01-27 11:27:02 +01:00
name=ntdb
version=1.0
release=2
2015-01-27 11:27:02 +01:00
source=(http://www.samba.org/ftp/tdb/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
2015-01-27 11:27:02 +01:00
make
make DESTDIR=$PKG install
}