]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - batctl/batctl.nm
libuecc: New package
[people/ms/ipfire-3.x.git] / batctl / batctl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = batctl
7 version = 2012.4.0
8 release = 1
9
10 groups = Networking/Tools
11 url = http://www.open-mesh.org/projects/batctl
12 license = GPLv2
13 summary = B.A.T.M.A.N. advanced control and management tool.
14
15
16 description
17 B.A.T.M.A.N. advanced operates on layer 2 and thus all
18 hosts participating in the virtual switch are completely
19 transparent for all protocols above layer 2. Therefore the
20 common diagnosis tools do not work as expected.
21 To overcome these problems batctl was created. At the moment batctl
22 contains ping, traceroute, tcpdump and interfaces to the
23 kernel module settings.
24 end
25
26 source_dl = http://downloads.open-mesh.org/batman/stable/sources/batctl/
27
28 build
29 make_install_targets += PREFIX=%{prefix}
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end