]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bridge-utils/bridge-utils.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / bridge-utils / bridge-utils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = bridge-utils
7 version = 1.5
8 release = 1
9
10 groups = Networking/Tools
11 url = http://bridge.sourceforge.net/
12 license = GPLv2+
13 summary = Utilities for configuring the linux ethernet bridge.
14
15 description
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.
21 end
22
23 source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
24
25 build
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
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end