]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame_incremental - ebtables/ebtables.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/ipfire-3.x.git] / ebtables / ebtables.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = ebtables
7version = v2.0.10-4
8release = 2
9
10groups = Networking/Tools
11url = http://ebtables.sourceforge.net/
12license = GPLv2+
13summary = Ethernet Bridge frame table administration tool.
14
15description
16 Ethernet bridge tables is a firewalling tool to transparently filter network
17 traffic passing a bridge. The filtering possibilities are limited to link
18 layer filtering and some basic filtering on higher network layers.
19end
20
21source_dl = http://downloads.sourceforge.net/ebtables/
22
23build
24 CFLAGS += -Wall
25
26 build
27 make CFLAGS="%{CFLAGS}" BINDIR="%{sbindir}" \
28 LIBDIR="%{libdir}/ebtables" MANDIR="%{mandir}" %{PARALLELISMFLAGS}
29 end
30
31 install
32 make install DESTDIR="%{BUILDROOT}" BINDIR="%{sbindir}" \
33 LIBDIR="%{libdir}/ebtables" MANDIR="%{mandir}"
34
35 # Remove unneded directories.
36 rm -rvf %{BUILDROOT}/etc/{rc.d,sysconfig}
37 end
38end
39
40quality-agent
41 whitelist_rpath
42 %{libdir}/ebtables
43 end
44end
45
46packages
47 package %{name}
48 filter_requires
49 libebt
50 end
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56end