]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/quagga/quagga.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
MT
6name = quagga
7version = 0.99.18
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}
44 end
45
46 package %{name}-libs
47 template LIBS
48 end
49
50 package %{name}-devel
51 template DEVEL
52 end
53end