]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - quagga/quagga.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / quagga / quagga.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = quagga
7 version = 0.99.20
8 release = 1
9
10 groups = Networking/Routing
11 url = http://www.quagga.net/
12 license = GPLv2+
13 summary = Quagga is a rounting daemon.
14
15 description
16 Quagga is a free software that manages TCP/IP based routing
17 protocol. It takes multi-server and multi-thread approach to resolve
18 the current complexity of the Internet.
19 Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng.
20 end
21
22 source_dl = http://www.quagga.net/download/
23
24 build
25 requires
26 pam-devel
27 end
28
29 # ac_cv_have_decl_TCP_MD5SIG=no was set to work around a bug
30 configure_options += \
31 --sysconfdir=/etc/quagga \
32 --disable-static \
33 --enable-netlink \
34 --with-libpam \
35 --enable-ipv6 \
36 \
37 ac_cv_have_decl_TCP_MD5SIG=no \
38 ac_cv_func_working_mktime=yes \
39
40 end
41
42 packages
43 package %{name}
44
45 package %{name}-libs
46 template LIBS
47 end
48
49 package %{name}-devel
50 template DEVEL
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end