From ecc5cfc7516ccbae3bfcd7abb86cf5c48f86fd92 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 25 Mar 2010 20:57:11 +0100 Subject: Ajout de bind-utils#9.4.1-P1 --- base/bind-utils/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 base/bind-utils/Pkgfile (limited to 'base/bind-utils/Pkgfile') 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 + + +} -- cgit v1.2.3-70-g09d2