diff options
Diffstat (limited to 'dbh/Pkgfile')
-rwxr-xr-x | dbh/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dbh/Pkgfile b/dbh/Pkgfile deleted file mode 100755 index b7982785f..000000000 --- a/dbh/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} - |