]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
wavemon: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 7 Jan 2023 11:28:56 +0000 (11:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 7 Jan 2023 11:28:56 +0000 (11:28 +0000)
This does not compile any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
wavemon/wavemon.nm [deleted file]

diff --git a/wavemon/wavemon.nm b/wavemon/wavemon.nm
deleted file mode 100644 (file)
index 1ec862c..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = wavemon
-version    = 0.7.4
-release    = 1
-
-groups     = Applications/Internet
-url        = http://eden-feed.erg.abdn.ac.uk/wavemon/
-license    = GPLv2+
-summary    = Ncurses-based monitoring application for wireless network devices.
-
-description
-       wavemon is a wireless device monitoring application that allows you to
-       watch all important information like device configuration, encryption,
-       and power management parameters and network information at once.
-       Adaptive level bargraphs for link quality, signal/noise strength and
-       signal-to-noise ratio.  The customizeable "level alarm" feature that
-       notices the user of changes in signal level strength audibly and/or
-       visually. wavemon is able to list of access points in range and shows
-       full-screen level histogram displaying signal/noise levels and SNR.
-end
-
-source_dl  = http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/
-sources    = %{thisapp}.tar.bz2
-
-build
-       requires
-               ncurses-devel
-       end
-end
-
-packages
-       package %{name}
-               requires = wireless-tools
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end