]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/l7-protocols/l7-protocols.nm
5be216acf41f36e3c1a028e43de2d948dd028827
[people/ms/ipfire-3.x.git] / pkgs / l7-protocols / l7-protocols.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = l7-protocols
7 version = 2007-11-22
8 release = 1
9
10 groups = Networking/Firewall
11 url = http://l7-filter.sourceforge.net/
12 license = GPLv2+
13 summary = Application Layer Packet Classifier for Linux.
14
15 description
16 L7-filter is a classifier for Linux's Netfilter that identifies packets \
17 based on application layer data. It can classify packets as Kazaa, HTTP, \
18 Jabber, Citrix, Bittorrent, FTP, Gnucleus, eDonkey2000, etc., regardless \
19 of port.
20 end
21
22 source_dl =
23
24 build
25 build
26 : # Do nothing
27 end
28
29 install
30 mkdir -p %{BUILDROOT}/etc/l7-protocols
31 cp -Rfv %{DIR_APP}/* %{BUILDROOT}/etc/l7-protocols
32 end
33 end
34
35 packages
36 package %{name}
37 end
38 end