summaryrefslogtreecommitdiff
path: root/wireless-tools
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-02-23 17:10:28 +0000
committerSimone Rota <sip@crux.nu>2006-02-23 17:10:28 +0000
commit5de4d88a954e2eb2ea07d4678dda28eaa5cabeb2 (patch)
tree7fd0d3f39ec807becb38bc46b317a424f7d6a0e2 /wireless-tools
parent8baf11b506096ef219822ff4769ef0a05e334e42 (diff)
downloadopt-5de4d88a954e2eb2ea07d4678dda28eaa5cabeb2.tar.gz
opt-5de4d88a954e2eb2ea07d4678dda28eaa5cabeb2.tar.xz
moved a bunch of ports from core to opt
Diffstat (limited to 'wireless-tools')
-rw-r--r--wireless-tools/.footprint28
-rw-r--r--wireless-tools/.md5sum1
-rw-r--r--wireless-tools/Pkgfile15
3 files changed, 44 insertions, 0 deletions
diff --git a/wireless-tools/.footprint b/wireless-tools/.footprint
new file mode 100644
index 000000000..d13149dce
--- /dev/null
+++ b/wireless-tools/.footprint
@@ -0,0 +1,28 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/iwlib.h
+-rw-r--r-- root/root usr/include/wireless.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libiw.so -> libiw.so.27
+-rwxr-xr-x root/root usr/lib/libiw.so.27
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/iftab.5.gz
+drwxr-xr-x root/root usr/man/man7/
+-rw-r--r-- root/root usr/man/man7/wireless.7.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/ifrename.8.gz
+-rw-r--r-- root/root usr/man/man8/iwconfig.8.gz
+-rw-r--r-- root/root usr/man/man8/iwevent.8.gz
+-rw-r--r-- root/root usr/man/man8/iwgetid.8.gz
+-rw-r--r-- root/root usr/man/man8/iwlist.8.gz
+-rw-r--r-- root/root usr/man/man8/iwpriv.8.gz
+-rw-r--r-- root/root usr/man/man8/iwspy.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/ifrename
+-rwxr-xr-x root/root usr/sbin/iwconfig
+-rwxr-xr-x root/root usr/sbin/iwevent
+-rwxr-xr-x root/root usr/sbin/iwgetid
+-rwxr-xr-x root/root usr/sbin/iwlist
+-rwxr-xr-x root/root usr/sbin/iwpriv
+-rwxr-xr-x root/root usr/sbin/iwspy
diff --git a/wireless-tools/.md5sum b/wireless-tools/.md5sum
new file mode 100644
index 000000000..1f47cb928
--- /dev/null
+++ b/wireless-tools/.md5sum
@@ -0,0 +1 @@
+29891b66f23565e7e381d28404abb29a wireless_tools.27.tar.gz
diff --git a/wireless-tools/Pkgfile b/wireless-tools/Pkgfile
new file mode 100644
index 000000000..f6959e22d
--- /dev/null
+++ b/wireless-tools/Pkgfile
@@ -0,0 +1,15 @@
+# Maintainer: Jay Dolan, jasonthomasdolan at yahoo dot com
+# Description: Tools to configure and manipulate wlan devices
+# URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
+# Depends on:
+
+name=wireless-tools
+version=27
+release=1
+source=(http://pcmcia-cs.sf.net/ftp/contrib/${name/-/_}.$version.tar.gz)
+
+build() {
+ cd ${name/-/_}.$version
+ make && make PREFIX=$PKG/usr install
+}
+

Generated by cgit