From: Michael Tremer Date: Mon, 3 Aug 2015 15:05:36 +0000 (+0100) Subject: quagga: Drop package X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28f3bd19767fdbf6a48563cd9bb71ad251243738;p=people%2Famarx%2Fipfire-3.x.git quagga: Drop package We use bird now which comes with better scalability and is easier to configure. Signed-off-by: Michael Tremer --- diff --git a/quagga/quagga.nm b/quagga/quagga.nm deleted file mode 100644 index 57dfbeb08..000000000 --- a/quagga/quagga.nm +++ /dev/null @@ -1,56 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = quagga -version = 0.99.20 -release = 1 - -groups = Networking/Routing -url = http://www.quagga.net/ -license = GPLv2+ -summary = Quagga is a rounting daemon. - -description - Quagga is a free software that manages TCP/IP based routing - protocol. It takes multi-server and multi-thread approach to resolve - the current complexity of the Internet. - Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng. -end - -source_dl = http://www.quagga.net/download/ - -build - requires - pam-devel - end - - # ac_cv_have_decl_TCP_MD5SIG=no was set to work around a bug - configure_options += \ - --sysconfdir=/etc/quagga \ - --disable-static \ - --enable-netlink \ - --with-libpam \ - --enable-ipv6 \ - \ - ac_cv_have_decl_TCP_MD5SIG=no \ - ac_cv_func_working_mktime=yes \ - -end - -packages - package %{name} - - package %{name}-libs - template LIBS - end - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end