CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wmwifi: initial import (verified compilation)
[attic/ports/opt-cross.git] / wmwifi / Pkgfile
CommitLineData
c8bb6c6a
JB
1# Description: A dockapp to monitor wireless signal strength
2# URL: http://wmwifi.digitalssg.net/
3# Packager: Martin Opel mo at obbl-net dot de
4# Maintainer: Mikhail Kolesnik mike at openbunker dot org
5# Arch Maintainer: CRUX-ARM System Team. crux-arm at mikeux dot dyndns dot org
6# Depends on: xorg-libxpm
7
8name=wmwifi
9version=0.6
10release=1
11source=(http://digitalssg.net/debian/wmwifi-$version.tar.gz)
12
13build() {
14 cd $name-$version
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make DESTDIR=$PKG install
20}