summaryrefslogtreecommitdiffstats
path: root/base/bind-utils
diff options
context:
space:
mode:
authorfred <fred@nutyx.(none)>2010-03-25 20:57:11 +0100
committerfred <fred@nutyx.(none)>2010-03-25 20:57:11 +0100
commitecc5cfc7516ccbae3bfcd7abb86cf5c48f86fd92 (patch)
tree04d008dc9f3125f844c3cfc1f62bacef3c8da6be /base/bind-utils
parent67d4e912a2a0ccbf82b1fcb1af6f91b4de78ef9d (diff)
downloadnutyx-extra-ecc5cfc7516ccbae3bfcd7abb86cf5c48f86fd92.tar.gz
nutyx-extra-ecc5cfc7516ccbae3bfcd7abb86cf5c48f86fd92.tar.bz2
nutyx-extra-ecc5cfc7516ccbae3bfcd7abb86cf5c48f86fd92.tar.xz
nutyx-extra-ecc5cfc7516ccbae3bfcd7abb86cf5c48f86fd92.zip
Ajout de bind-utils#9.4.1-P1
Diffstat (limited to 'base/bind-utils')
-rw-r--r--base/bind-utils/.footprint10
-rw-r--r--base/bind-utils/.md5sum1
-rw-r--r--base/bind-utils/Pkgfile23
3 files changed, 34 insertions, 0 deletions
diff --git a/base/bind-utils/.footprint b/base/bind-utils/.footprint
new file mode 100644
index 000000000..c370e6f7a
--- /dev/null
+++ b/base/bind-utils/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dig
+-rwxr-xr-x root/root usr/bin/host
+-rwxr-xr-x root/root usr/bin/nslookup
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/dig.1
+-rw-r--r-- root/root usr/man/man1/host.1
+-rw-r--r-- root/root usr/man/man1/nslookup.1
diff --git a/base/bind-utils/.md5sum b/base/bind-utils/.md5sum
new file mode 100644
index 000000000..e8c607435
--- /dev/null
+++ b/base/bind-utils/.md5sum
@@ -0,0 +1 @@
+44e0514e6105ddaa235394045d9aeb0c bind-9.4.1-P1.tar.gz
diff --git a/base/bind-utils/Pkgfile b/base/bind-utils/Pkgfile
new file mode 100644
index 000000000..c037cdca0
--- /dev/null
+++ b/base/bind-utils/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Outils de resolution de nom DNS
+# URL: http://www.isc.org/software/bind
+# Maintainer: NuTyX core team
+# Packager: fredjo
+
+name=bind
+version=9.4.1-P1
+release=1
+source=(http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.4.1-P1/bind-9.4.1-P1.tar.gz)
+
+build(){
+ cd $name-$version
+ ./configure --prefix=/usr
+ make -C lib/dns
+ make -C lib/isc &&
+ make -C lib/bind9 &&
+ make -C lib/isccfg &&
+ make -C lib/lwres &&
+ make -C bin/dig
+ make -C bin/dig DESTDIR=$PKG install
+
+
+}