]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - l7-protocols/l7-protocols.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / l7-protocols / l7-protocols.nm
CommitLineData
14e6100b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
14e6100b
SS
4###############################################################################
5
802ea3af 6name = l7-protocols
4632c604 7version = 2009-05-28
802ea3af 8release = 1
aa1df42d 9arch = noarch
14e6100b 10
802ea3af
MT
11groups = Networking/Firewall
12url = http://l7-filter.sourceforge.net/
13license = GPLv2+
14summary = Application Layer Packet Classifier for Linux.
14e6100b 15
802ea3af 16description
14e6100b
SS
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.
802ea3af
MT
21end
22
4632c604 23source_dl = http://sourceforge.net/projects/l7-filter/files/Protocol%20definitions/%{version}/
14e6100b 24
802ea3af
MT
25build
26 build
27 : # Do nothing
28 end
14e6100b 29
802ea3af
MT
30 install
31 mkdir -p %{BUILDROOT}/etc/l7-protocols
32 cp -Rfv %{DIR_APP}/* %{BUILDROOT}/etc/l7-protocols
33 end
34end
14e6100b 35
802ea3af
MT
36packages
37 package %{name}
802ea3af 38end