]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/l7-protocols/l7-protocols.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
MT
6name = l7-protocols
7version = 2007-11-22
8release = 1
14e6100b 9
802ea3af
MT
10groups = Networking/Firewall
11url = http://l7-filter.sourceforge.net/
12license = GPLv2+
13summary = Application Layer Packet Classifier for Linux.
14e6100b 14
802ea3af 15description
14e6100b
SS
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.
802ea3af
MT
20end
21
22source_dl =
14e6100b 23
802ea3af
MT
24build
25 build
26 : # Do nothing
27 end
14e6100b 28
802ea3af
MT
29 install
30 mkdir -p %{BUILDROOT}/etc/l7-protocols
31 cp -Rfv %{DIR_APP}/* %{BUILDROOT}/etc/l7-protocols
32 end
33end
14e6100b 34
802ea3af
MT
35packages
36 package %{name}
37 end
38end