]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
batctl: New package: B.A.T.M.A.N. advanced control and management tool.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Dec 2012 11:30:54 +0000 (12:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Dec 2012 11:30:54 +0000 (12:30 +0100)
batctl/batctl.nm [new file with mode: 0644]

diff --git a/batctl/batctl.nm b/batctl/batctl.nm
new file mode 100644 (file)
index 0000000..8095ae5
--- /dev/null
@@ -0,0 +1,38 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = batctl
+version    = 2012.4.0
+release    = 1
+
+groups     = Networking/Tools
+url        = http://www.open-mesh.org/projects/batctl
+license    = GPLv2
+summary    = B.A.T.M.A.N. advanced control and management tool.
+
+
+description
+       B.A.T.M.A.N. advanced operates on layer 2 and thus all
+       hosts participating in the virtual switch are completely
+       transparent for all protocols above layer 2. Therefore the
+       common diagnosis tools do not work as expected.
+       To overcome these problems batctl was created. At the moment batctl
+       contains ping, traceroute, tcpdump and interfaces to the
+       kernel module settings.
+end
+
+source_dl  = http://downloads.open-mesh.org/batman/stable/sources/batctl/
+
+build
+       make_install_targets += PREFIX=%{prefix}
+end
+
+packages
+       package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end