]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/bind/bind.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / bind / bind.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = bind
7 version = 9.7.2-P3
8 release = 1
9
10 groups = Networking/Tools
11 url = http://www.isc.org/products/BIND/
12 license = Proprietary
13 summary = BIND provides tools for the DNS.
14
15 description
16 BIND (Berkeley Internet Name Domain or named) is the most commonly used
17 DNS server on the Internet, especially on Unix-like systems.
18 end
19
20 source_dl = ftp://ftp.isc.org/isc/bind/%{version}/
21
22 build
23 requires
24 db4-devel
25 openssl-devel
26 end
27
28 build
29 ./configure \
30 --prefix=/usr \
31 --mandir=/usr/share/man
32
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
44 end
45
46 packages
47 package %{name}-utils
48 template MAIN
49 end
50 end