opt/tdb/Pkgfile

20 lines
492 B
Plaintext
Raw Normal View History

2010-03-25 11:34:50 +01:00
# Description: Trivial DataBase similar gdbm
# URL: http://tdb.samba.org/
2011-01-24 16:54:45 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2015-01-02 12:42:30 +01:00
# Depends on: attr python
2010-03-25 11:34:50 +01:00
name=tdb
2015-06-15 16:41:27 +02:00
version=1.3.6
2014-12-02 13:24:11 +01:00
release=1
2012-04-12 20:06:33 +02:00
source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz
2014-09-18 16:58:21 +02:00
$name-man-$version.tar.xz)
2010-03-25 11:34:50 +01:00
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
2010-03-25 11:34:50 +01:00
make
make DESTDIR=$PKG install
2011-01-24 16:54:45 +01:00
install -d $PKG/usr/man/man8
2013-06-04 18:13:53 +02:00
install -m 0644 man/*.8 $PKG/usr/man/man8
2010-03-25 11:34:50 +01:00
}