From beef533b65ebdb778af3ba7cf7f180e83cd4ff52 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 22:27:56 +0100 Subject: dbh, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/dbh/.footprint | 12 ++++++++++++ base/dbh/.md5sum | 1 + base/dbh/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 base/dbh/.footprint create mode 100644 base/dbh/.md5sum create mode 100755 base/dbh/Pkgfile (limited to 'base') diff --git a/base/dbh/.footprint b/base/dbh/.footprint new file mode 100644 index 000000000..3176bd8d3 --- /dev/null +++ b/base/dbh/.footprint @@ -0,0 +1,12 @@ +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/base/dbh/.md5sum b/base/dbh/.md5sum new file mode 100644 index 000000000..dc400ac15 --- /dev/null +++ b/base/dbh/.md5sum @@ -0,0 +1 @@ +52b4b0d5ee0513dc796e989220c11bc6 dbh-4.5.0.tar.gz 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 +} + -- cgit v1.2.3-70-g09d2