]> git.ipfire.org Git - ipfire-3.x.git/blame - bind/bind.nm
Move all packages to root.
[ipfire-3.x.git] / bind / bind.nm
CommitLineData
d918082a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d918082a
MT
4###############################################################################
5
802ea3af
MT
6name = bind
7version = 9.7.2-P3
8release = 1
d918082a 9
802ea3af
MT
10groups = Networking/Tools
11url = http://www.isc.org/products/BIND/
12license = Proprietary
13summary = BIND provides tools for the DNS.
d918082a 14
802ea3af
MT
15description
16 BIND (Berkeley Internet Name Domain or named) is the most commonly used
d918082a 17 DNS server on the Internet, especially on Unix-like systems.
802ea3af 18end
d918082a 19
802ea3af 20source_dl = ftp://ftp.isc.org/isc/bind/%{version}/
d918082a 21
802ea3af
MT
22build
23 requires
24 db4-devel
25 openssl-devel
26 end
e698b321 27
802ea3af 28 build
d918082a
MT
29 ./configure \
30 --prefix=/usr \
31 --mandir=/usr/share/man
32
802ea3af
MT
33 make -C lib/dns #%{PARALLELISMFLAGS}
34 make -C lib/isc #%{PARALLELISMFLAGS}
35 make -C lib/bind9 #%{PARALLELISMFLAGS}
36 make -C lib/isccfg #%{PARALLELISMFLAGS}
37 make -C lib/lwres #%{PARALLELISMFLAGS}
38 make -C bin/dig #%{PARALLELISMFLAGS}
39 end
40
41 install
42 make -C bin/dig install DESTDIR=%{BUILDROOT}
43 end
44end
45
46packages
47 package %{name}-utils
48 template MAIN
49 end
50end