]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - l7-protocols/l7-protocols.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/ipfire-3.x.git] / 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 arch = noarch
10
11 groups = Networking/Firewall
12 url = http://l7-filter.sourceforge.net/
13 license = GPLv2+
14 summary = Application Layer Packet Classifier for Linux.
15
16 description
17 L7-filter is a classifier for Linux's Netfilter that identifies packets \
18 based on application layer data. It can classify packets as Kazaa, HTTP, \
19 Jabber, Citrix, Bittorrent, FTP, Gnucleus, eDonkey2000, etc., regardless \
20 of port.
21 end
22
23 source_dl =
24
25 build
26 build
27 : # Do nothing
28 end
29
30 install
31 mkdir -p %{BUILDROOT}/etc/l7-protocols
32 cp -Rfv %{DIR_APP}/* %{BUILDROOT}/etc/l7-protocols
33 end
34 end
35
36 packages
37 package %{name}
38 end