]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - bridge-utils/bridge-utils.nm
gobject-introspection: Update to 1.39.3.
[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 prepare_cmds
32 autoconf
33 end
f31cce40 34
802ea3af
MT
35 install_cmds
36 rm -rvf %{BUILDROOT}/usr/include
37 end
38end
a4f5362a 39
802ea3af
MT
40packages
41 package %{name}
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end