summaryrefslogtreecommitdiff
path: root/wavemon
diff options
context:
space:
mode:
authorVictor Martinez <pitillo@ono.com>2010-06-30 08:26:57 +0200
committerVictor Martinez <pitillo@ono.com>2010-06-30 08:26:57 +0200
commitaf736d425a2aca81a5910c065cf9ff19122925ed (patch)
tree655da1670225667fdf079c12649e57b739e2c8f1 /wavemon
parent6bed4398a8a975adc5055acaf32e76dc15b86ecc (diff)
downloadcontrib-af736d425a2aca81a5910c065cf9ff19122925ed.tar.gz
contrib-af736d425a2aca81a5910c065cf9ff19122925ed.tar.xz
Removed ports: codeblocks, fcheck, jnettop, pokerth, pymp and wavemon.
Diffstat (limited to 'wavemon')
-rw-r--r--wavemon/.footprint8
-rw-r--r--wavemon/.md5sum1
-rw-r--r--wavemon/Pkgfile18
3 files changed, 0 insertions, 27 deletions
diff --git a/wavemon/.footprint b/wavemon/.footprint
deleted file mode 100644
index d12b4f367..000000000
--- a/wavemon/.footprint
+++ /dev/null
@@ -1,8 +0,0 @@
-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
diff --git a/wavemon/.md5sum b/wavemon/.md5sum
deleted file mode 100644
index 650640fb9..000000000
--- a/wavemon/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-b3a4c65e1c85fe2999059526125e5e44 wavemon-0.6.10.tar.bz2
diff --git a/wavemon/Pkgfile b/wavemon/Pkgfile
deleted file mode 100644
index 43d2c3d61..000000000
--- a/wavemon/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-# 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 --prefix=/usr \
- --mandir=$PKG/usr/man \
- --disable-nls
- make
- make prefix=$PKG/usr datarootdir=$SRC/null install
-}

Generated by cgit