]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
l7-protocols: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Dec 2015 19:31:23 +0000 (20:31 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Dec 2015 19:31:23 +0000 (20:31 +0100)
The upstream project is dead for a long time
and this is not the way to do this any more.

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

diff --git a/l7-protocols/l7-protocols.nm b/l7-protocols/l7-protocols.nm
deleted file mode 100644 (file)
index 6e244ef..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = l7-protocols
-version    = 2009-05-28
-release    = 1
-arch       = noarch
-
-groups     = Networking/Firewall
-url        = http://l7-filter.sourceforge.net/
-license    = GPLv2+
-summary    = Application Layer Packet Classifier for Linux.
-
-description
-       L7-filter is a classifier for Linux's Netfilter that identifies packets \
-       based on application layer data. It can classify packets as Kazaa, HTTP, \
-       Jabber, Citrix, Bittorrent, FTP, Gnucleus, eDonkey2000, etc., regardless \
-       of port.
-end
-
-source_dl  = http://sourceforge.net/projects/l7-filter/files/Protocol%20definitions/%{version}/
-
-build
-       build
-               : # Do nothing
-       end
-
-       install
-               mkdir -p %{BUILDROOT}/etc/l7-protocols
-               cp -Rfv %{DIR_APP}/* %{BUILDROOT}/etc/l7-protocols
-       end
-end
-
-packages
-       package %{name}
-end