opt/ntdb/Pkgfile
2015-01-28 19:01:56 +09:00

19 lines
404 B
Plaintext

# 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
# Depends on: python
name=ntdb
version=1.0
release=2
source=(http://www.samba.org/ftp/tdb/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}