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
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
8 name=wmwifi
9 version=0.6
10 release=1
11 source=(http://digitalssg.net/debian/wmwifi-$version.tar.gz)
12
13 build() {
14 cd $name-$version
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make DESTDIR=$PKG install
20 }