]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - bridge-utils/bridge-utils.nm
plymouth: Update to 0.8.6.1.
[people/ms/ipfire-3.x.git] / bridge-utils / bridge-utils.nm
CommitLineData
f31cce40 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
f31cce40
MT
4###############################################################################
5
802ea3af
MT
6name = bridge-utils
7version = 1.5
8release = 1
f31cce40 9
802ea3af
MT
10groups = Networking/Tools
11url = http://bridge.sourceforge.net/
12license = GPLv2+
13summary = Utilities for configuring the linux ethernet bridge.
f31cce40 14
802ea3af 15description
f31cce40
MT
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.
802ea3af
MT
21end
22
23source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
24
25build
26 requires
27 autoconf
28 automake
29 end
f31cce40 30
802ea3af
MT
31 configure_options += \
32 --sbindir=/sbin
f31cce40 33
802ea3af
MT
34 prepare_cmds
35 autoconf
36 end
f31cce40 37
802ea3af
MT
38 install_cmds
39 rm -rvf %{BUILDROOT}/usr/include
40 end
41end
a4f5362a 42
802ea3af
MT
43packages
44 package %{name}
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end