summaryrefslogtreecommitdiffstats
path: root/base/bind-utils/Pkgfile
blob: 0eb5cfc4f085acaf9d859908c9b8a017f4853f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Outils de resolution de nom DNS
# URL:  http://www.isc.org/software/bind
# Maintainer: NuTyX core team
# Packager: fredjo

name=bind-utils
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 bind-$version
	./configure --prefix=/usr \
		    --mandir=/usr/share/man 
	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


}