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, 0 insertions, 19 deletions
diff --git a/extra/dbh/Pkgfile b/extra/dbh/Pkgfile
deleted file mode 100755
index 1b37eb749..000000000
--- a/extra/dbh/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-