From: Victor Martinez Date: Fri, 25 Dec 2009 00:08:18 +0000 (+0100) Subject: wavemon: Initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=0662b2e0f28c4e674c63107ba7bf3e693fcf3574;hp=e16f1d38a1b43b3de97a5935b78488ce7065caae;p=attic%2Fports%2Fopt-cross.git wavemon: Initial import (verified compilation) --- diff --git a/wavemon/.footprint b/wavemon/.footprint new file mode 100644 index 0000000..d12b4f3 --- /dev/null +++ b/wavemon/.footprint @@ -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 diff --git a/wavemon/.md5sum b/wavemon/.md5sum new file mode 100644 index 0000000..650640f --- /dev/null +++ b/wavemon/.md5sum @@ -0,0 +1 @@ +b3a4c65e1c85fe2999059526125e5e44 wavemon-0.6.10.tar.bz2 diff --git a/wavemon/Pkgfile b/wavemon/Pkgfile new file mode 100644 index 0000000..487dbf0 --- /dev/null +++ b/wavemon/Pkgfile @@ -0,0 +1,21 @@ +# 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 +}