summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:46:11 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:46:11 +0200
commitb95f49026a35e581201086b18b1954590c0fb9a3 (patch)
tree6619f2991689c738c19458fd65835a9f78ca8212
parentacbadad2d7bea5bc285e1525782d4a922ac6d975 (diff)
downloadnutyx-pakxe-b95f49026a35e581201086b18b1954590c0fb9a3.tar.gz
nutyx-pakxe-b95f49026a35e581201086b18b1954590c0fb9a3.tar.bz2
nutyx-pakxe-b95f49026a35e581201086b18b1954590c0fb9a3.tar.xz
nutyx-pakxe-b95f49026a35e581201086b18b1954590c0fb9a3.zip
Ajout de dbh#4.5.0-2
-rw-r--r--extra/dbh/.footprint12
-rw-r--r--extra/dbh/.md5sum1
-rwxr-xr-xextra/dbh/Pkgfile19
3 files changed, 32 insertions, 0 deletions
diff --git a/extra/dbh/.footprint b/extra/dbh/.footprint
new file mode 100644
index 000000000..3176bd8d3
--- /dev/null
+++ b/extra/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/extra/dbh/.md5sum b/extra/dbh/.md5sum
new file mode 100644
index 000000000..dc400ac15
--- /dev/null
+++ b/extra/dbh/.md5sum
@@ -0,0 +1 @@
+52b4b0d5ee0513dc796e989220c11bc6 dbh-4.5.0.tar.gz
diff --git a/extra/dbh/Pkgfile b/extra/dbh/Pkgfile
new file mode 100755
index 000000000..1b37eb749
--- /dev/null
+++ b/extra/dbh/Pkgfile
@@ -0,0 +1,19 @@
+# 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
+}
+