]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - wavemon/wavemon.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / wavemon / wavemon.nm
CommitLineData
1def4e79 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
1def4e79
MT
4###############################################################################
5
802ea3af
MT
6name = wavemon
7version = 0.7.2
8release = 1
1def4e79 9
802ea3af
MT
10groups = Applications/Internet
11url = http://eden-feed.erg.abdn.ac.uk/wavemon/
12license = GPLv2+
13summary = Ncurses-based monitoring application for wireless network devices.
1def4e79 14
802ea3af 15description
1def4e79
MT
16 wavemon is a wireless device monitoring application that allows you to
17 watch all important information like device configuration, encryption,
18 and power management parameters and network information at once.
19 Adaptive level bargraphs for link quality, signal/noise strength and
802ea3af 20 signal-to-noise ratio. The customizeable "level alarm" feature that
1def4e79
MT
21 notices the user of changes in signal level strength audibly and/or
22 visually. wavemon is able to list of access points in range and shows
23 full-screen level histogram displaying signal/noise levels and SNR.
802ea3af
MT
24end
25
26source_dl = http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/
27sources = %{thisapp}.tar.bz2
28
29build
30 requires
31 ncurses-devel
32 end
33end
1def4e79 34
802ea3af
MT
35packages
36 package %{name}
37 requires = wireless-tools
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end