summaryrefslogtreecommitdiffstats
path: root/dbh/Pkgfile
blob: b7982785f87e4d46f85e63bc6a95d50ae50e8e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Librairie pour la création de Disk Based Hashtables sur les systèmes POSIX
# URL: http://dbh.sourceforge.net
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=dbh
version=4.6.0
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz\
	http://nutyx.meticul.eu/files/patchs/$name/dbh-4.6.0-man-1.patch)
build() {
cd $name-$version
	./configure --prefix=/usr \
	--enable-static=no --mandir=/usr/share/man
	patch -Np1 -i ../dbh-4.6.0-man-1.patch
	make
	make DESTDIR=$PKG MANDIR=$PKG/usr/share/man install
	rm -r $PKG/usr/share/gtk-doc
}