]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - quagga/quagga.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / quagga / quagga.nm
CommitLineData
60c92791 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
60c92791
MT
4###############################################################################
5
802ea3af 6name = quagga
978f4d75 7version = 0.99.20
802ea3af 8release = 1
60c92791 9
802ea3af
MT
10groups = Networking/Routing
11url = http://www.quagga.net/
12license = GPLv2+
13summary = Quagga is a rounting daemon.
60c92791 14
802ea3af
MT
15description
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.
60c92791 19 Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng.
802ea3af 20end
60c92791 21
802ea3af 22source_dl = http://www.quagga.net/download/
60c92791 23
802ea3af
MT
24build
25 requires
26 pam-devel
27 end
328e28f8 28
60c92791 29 # ac_cv_have_decl_TCP_MD5SIG=no was set to work around a bug
802ea3af
MT
30 configure_options += \
31 --sysconfdir=/etc/quagga \
32 --disable-static \
33 --enable-netlink \
34 --with-libpam \
35 --enable-ipv6 \
36 \
60c92791
MT
37 ac_cv_have_decl_TCP_MD5SIG=no \
38 ac_cv_func_working_mktime=yes \
802ea3af
MT
39
40end
41
42packages
43 package %{name}
978f4d75 44
802ea3af
MT
45 package %{name}-libs
46 template LIBS
47 end
978f4d75 48
802ea3af
MT
49 package %{name}-devel
50 template DEVEL
51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
802ea3af 56end