]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - wavemon/wavemon.nm
kernel: Update to 3.17
[people/ms/ipfire-3.x.git] / wavemon / wavemon.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = wavemon
7 version = 0.7.4
8 release = 1
9
10 groups = Applications/Internet
11 url = http://eden-feed.erg.abdn.ac.uk/wavemon/
12 license = GPLv2+
13 summary = Ncurses-based monitoring application for wireless network devices.
14
15 description
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
20 signal-to-noise ratio. The customizeable "level alarm" feature that
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.
24 end
25
26 source_dl = http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/
27 sources = %{thisapp}.tar.bz2
28
29 build
30 requires
31 ncurses-devel
32 end
33 end
34
35 packages
36 package %{name}
37 requires = wireless-tools
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end