]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - bridge-utils/bridge-utils.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / bridge-utils / bridge-utils.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = bridge-utils
7version = 1.5
8release = 1
9
10groups = Networking/Tools
11url = http://bridge.sourceforge.net/
12license = GPLv2+
13summary = Utilities for configuring the linux ethernet bridge.
14
15description
16 This package contains utilities for configuring the linux ethernet \
17 bridge. The linux ethernet bridge can be used for connecting multiple \
18 ethernet devices together. The connecting is fully transparent: hosts \
19 connected to one ethernet device see hosts connected to the other \
20 ethernet devices directly.
21end
22
23source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
24
25build
26 requires
27 autoconf
28 automake
29 end
30
31 prepare_cmds
32 autoconf
33 end
34
35 install_cmds
36 rm -rvf %{BUILDROOT}/usr/include
37 end
38end
39
40packages
41 package %{name}
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end