forked from ports/contrib
wmwifi: new port
This commit is contained in:
parent
3c58a55d2b
commit
24ba4c6cfc
3
wmwifi/.footprint
Normal file
3
wmwifi/.footprint
Normal 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
1
wmwifi/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b170d4a6c4fc42774b9798cf98af1c27 wmwifi-0.6.tar.gz
|
17
wmwifi/Pkgfile
Normal file
17
wmwifi/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user