summaryrefslogtreecommitdiffstats
path: root/extra/dbh/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dbh/Pkgfile')
-rwxr-xr-xextra/dbh/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/dbh/Pkgfile b/extra/dbh/Pkgfile
new file mode 100755
index 000000000..1b37eb749
--- /dev/null
+++ b/extra/dbh/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Librairie pourla creation de Disk Based Hashtables on POSIX systems
+# URL: http://dbh.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: glibc
+
+name=dbh
+version=4.5.0
+release=2
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-static=no
+ make
+ make DESTDIR=$PKG install
+}
+