--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/wavemon
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/wavemon.1.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/wavemonrc.5.gz
--- /dev/null
+# Description: Ncurses-based monitoring application for wireless network devices
+# URL: http://eden-feed.erg.abdn.ac.uk/wavemon/
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: ncurses
+
+name=wavemon
+version=0.6.10
+release=1
+source=(http://eden-feed.erg.abdn.ac.uk/$name/stable-releases/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --mandir=$PKG/usr/man \
+ --disable-nls
+ make
+ make prefix=$PKG/usr datarootdir=$SRC/null install
+}