diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 22:27:56 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 22:27:56 +0100 |
commit | beef533b65ebdb778af3ba7cf7f180e83cd4ff52 (patch) | |
tree | 0ef82d018609861024113f8c8a662dc5a3b91365 /base/dbh/Pkgfile | |
parent | 295a554a83f95c1508a65e7904960c503e768966 (diff) | |
download | nutyx-extra-beef533b65ebdb778af3ba7cf7f180e83cd4ff52.tar.gz nutyx-extra-beef533b65ebdb778af3ba7cf7f180e83cd4ff52.tar.bz2 nutyx-extra-beef533b65ebdb778af3ba7cf7f180e83cd4ff52.tar.xz nutyx-extra-beef533b65ebdb778af3ba7cf7f180e83cd4ff52.zip |
dbh, déplacé dans base
Diffstat (limited to 'base/dbh/Pkgfile')
-rwxr-xr-x | base/dbh/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base/dbh/Pkgfile b/base/dbh/Pkgfile new file mode 100755 index 000000000..fd3004980 --- /dev/null +++ b/base/dbh/Pkgfile @@ -0,0 +1,19 @@ +# 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 +# Depends on: + +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 +} + |