opt/ntdb/Pkgfile

19 lines
406 B
Plaintext
Raw Normal View History

2015-01-27 11:27:02 +01:00
# Description: Simple database library based on gdbm (replacement of tdb)
2017-02-04 08:27:04 +01:00
# URL: https://www.samba.org/ftp/tdb/
2015-01-27 11:27:02 +01:00
# 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
2017-02-04 08:27:04 +01:00
source=(https://www.samba.org/ftp/tdb/$name-$version.tar.gz)
2015-01-27 11:27:02 +01:00
build () {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
2015-01-27 11:27:02 +01:00
make
make DESTDIR=$PKG install
}