wavemon: New port.

This commit is contained in:
Victor Martinez 2009-09-14 15:53:18 +02:00
parent 7677cd8ac3
commit cc3cf05317
3 changed files with 27 additions and 0 deletions

8
wavemon/.footprint Normal file
View File

@ -0,0 +1,8 @@
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

1
wavemon/.md5sum Normal file
View File

@ -0,0 +1 @@
a223673f3c5a613f67b539fb58188b8e wavemon-0.6.7.tar.bz2

18
wavemon/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# 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.7
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
}