CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wmwifi: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Sat, 23 Jan 2010 00:38:22 +0000 (01:38 +0100)
committerJose V Beneyto <sepen@crux.nu>
Sat, 23 Jan 2010 00:38:22 +0000 (01:38 +0100)
wmwifi/.footprint [new file with mode: 0644]
wmwifi/.md5sum [new file with mode: 0644]
wmwifi/Pkgfile [new file with mode: 0644]

diff --git a/wmwifi/.footprint b/wmwifi/.footprint
new file mode 100644 (file)
index 0000000..f116da1
--- /dev/null
@@ -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
diff --git a/wmwifi/.md5sum b/wmwifi/.md5sum
new file mode 100644 (file)
index 0000000..bf2b9ca
--- /dev/null
@@ -0,0 +1 @@
+b170d4a6c4fc42774b9798cf98af1c27  wmwifi-0.6.tar.gz
diff --git a/wmwifi/Pkgfile b/wmwifi/Pkgfile
new file mode 100644 (file)
index 0000000..3526f1f
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: A dockapp to monitor wireless signal strength
+# URL: http://wmwifi.digitalssg.net/
+# Packager: Martin Opel mo at obbl-net dot de
+# Maintainer: Mikhail Kolesnik mike at openbunker dot org
+# Arch Maintainer: CRUX-ARM System Team. crux-arm at mikeux dot dyndns dot org
+# 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 --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+  make
+  make DESTDIR=$PKG install
+}