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 /extra/dbh | |
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 'extra/dbh')
-rw-r--r-- | extra/dbh/.footprint | 12 | ||||
-rw-r--r-- | extra/dbh/.md5sum | 1 | ||||
-rwxr-xr-x | extra/dbh/Pkgfile | 19 |
3 files changed, 0 insertions, 32 deletions
diff --git a/extra/dbh/.footprint b/extra/dbh/.footprint deleted file mode 100644 index 3176bd8d3..000000000 --- a/extra/dbh/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/dbh.h --rw-r--r-- root/root usr/include/dbh_config.h --rw-r--r-- root/root usr/include/dbh_functions.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libdbh-4.5.so.4 -> libdbh-4.5.so.4.0.5 --rwxr-xr-x root/root usr/lib/libdbh-4.5.so.4.0.5 --rwxr-xr-x root/root usr/lib/libdbh.la -lrwxrwxrwx root/root usr/lib/libdbh.so -> libdbh-4.5.so.4.0.5 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/dbh.pc diff --git a/extra/dbh/.md5sum b/extra/dbh/.md5sum deleted file mode 100644 index dc400ac15..000000000 --- a/extra/dbh/.md5sum +++ /dev/null @@ -1 +0,0 @@ -52b4b0d5ee0513dc796e989220c11bc6 dbh-4.5.0.tar.gz 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 -} - |