1
0
forked from ports/contrib

wmwifi: new port

This commit is contained in:
Mikhail Kolesnik 2008-03-22 23:39:51 +02:00
parent 3c58a55d2b
commit 24ba4c6cfc
3 changed files with 21 additions and 0 deletions

3
wmwifi/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wmwifi

1
wmwifi/.md5sum Normal file
View File

@ -0,0 +1 @@
b170d4a6c4fc42774b9798cf98af1c27 wmwifi-0.6.tar.gz

17
wmwifi/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: A dockapp to monitor wireless signal strength
# URL: http://wmwifi.digitalssg.net/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Martin Opel mo at obbl-net dot de
# Depends on: xorg-libxpm
name=wmwifi
version=0.6
release=1
source=(http://digitalssg.net/debian/wmwifi-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}