]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
openl2tp: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2016 18:27:01 +0000 (14:27 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2016 10:50:25 +0000 (06:50 -0400)
This is probably unmaintained upstream and nothing
in IPFire depends on it right now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
openl2tp/openl2tp.nm [deleted file]

diff --git a/openl2tp/openl2tp.nm b/openl2tp/openl2tp.nm
deleted file mode 100644 (file)
index 354edb2..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = openl2tp
-version    = 1.7
-release    = 2
-
-groups     = Networking/PPP
-url        = http://www.openl2tp.org/
-license    = GPL
-summary    = A Linux L2TP solution for enterprise VPN and ISPs.
-
-description
-       OpenL2TP is an open source L2TP client / server, written specifically
-       for Linux. It has been designed for use as an enterprise L2TP VPN
-       server or in commercial, Linux-based, embedded networking products and
-       is able to support hundreds of sessions, each with different
-       configuration. It is used by several ISPs to provide L2TP services and
-       by corporations to implement L2TP VPNs.
-end
-
-source_dl  =
-
-build
-       requires
-               bison
-               flex
-               flex-devel
-               readline-devel
-               tcl
-       end
-
-       CFLAGS += -fno-strict-aliasing
-
-       prepare_cmds
-               sed -e "s/-lfl/&_pic/g" -i Makefile
-
-               # Remove -Werror from all makefiles.
-               find . -name Makefile | xargs sed -i -e "s/-Werror//g"
-       end
-
-       build
-               make OPT_CFLAGS="%{CFLAGS}" ARCH="%{DISTRO_ARCH}" \
-                       KERNEL_SRCDIR="/usr" PPPD_VERSION="2.4.5"
-       end
-
-# This doesn't really a good testing
-#define test
-#      cd %{DIR_APP} && make test
-#endef
-
-       install
-               make install DESTDIR=%{BUILDROOT} ARCH="%{DISTRO_ARCH}" \
-                       KERNEL_SRCDIR="/usr" PPPD_VERSION="2.4.5"
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end