1
0
forked from ports/opt
opt/ntdb/Pkgfile

19 lines
406 B
Plaintext
Raw Normal View History

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