summaryrefslogtreecommitdiffstats
path: root/base/gdbm/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:41:18 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:41:18 +0200
commit608894a636f0542d1dc4e70aa713ec0417b452d9 (patch)
treec060a4433c1beed08986bc16b9a31480910e9024 /base/gdbm/Pkgfile
parent55e43e3a533a7ca2d06d2d0bc9e1aee74f31b35e (diff)
downloadnutyx-pakxe-608894a636f0542d1dc4e70aa713ec0417b452d9.tar.gz
nutyx-pakxe-608894a636f0542d1dc4e70aa713ec0417b452d9.tar.bz2
nutyx-pakxe-608894a636f0542d1dc4e70aa713ec0417b452d9.tar.xz
nutyx-pakxe-608894a636f0542d1dc4e70aa713ec0417b452d9.zip
Ajout de gdbm#1.8.3-1
Diffstat (limited to 'base/gdbm/Pkgfile')
-rwxr-xr-xbase/gdbm/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/gdbm/Pkgfile b/base/gdbm/Pkgfile
new file mode 100755
index 000000000..095de1629
--- /dev/null
+++ b/base/gdbm/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Gestionnaire de base de données GNU
+# URL: http://www.gnu.org/software/gdbm/gdbm.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gawk
+
+name=gdbm
+version=1.8.3
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+make prefix=/usr
+make BINOWN=root BINGRP=root prefix=$PKG/usr install
+make BINOWN=root BINGRP=root prefix=$PKG/usr install-compat
+}