]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - batctl/batctl.nm
python-lxml: Update to 4.3.4
[people/stevee/ipfire-3.x.git] / batctl / batctl.nm
CommitLineData
a62c7eac
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = batctl
7version = 2012.4.0
8release = 1
9
10groups = Networking/Tools
11url = http://www.open-mesh.org/projects/batctl
12license = GPLv2
13summary = B.A.T.M.A.N. advanced control and management tool.
14
15
16description
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.
24end
25
26source_dl = http://downloads.open-mesh.org/batman/stable/sources/batctl/
27
28build
29 make_install_targets += PREFIX=%{prefix}
30end
31
32packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38end