summaryrefslogtreecommitdiff
path: root/wireless-tools
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-04-04 11:49:56 +0200
committerJose V Beneyto <sepen@crux.nu>2016-04-08 16:28:23 +0200
commit590a3389711160c63bca509fa9922a4a04cf2ac0 (patch)
treeee83d0f0f2e4e09f4704fca3e6a8a044225220bd /wireless-tools
parent314a36cb4403bce2ee4fb1d2def6775663eaab50 (diff)
downloadopt-590a3389711160c63bca509fa9922a4a04cf2ac0.tar.gz
opt-590a3389711160c63bca509fa9922a4a04cf2ac0.tar.xz
wireless-tools: fixed mandir location
Diffstat (limited to 'wireless-tools')
-rw-r--r--wireless-tools/.footprint27
-rw-r--r--wireless-tools/Pkgfile11
2 files changed, 19 insertions, 19 deletions
diff --git a/wireless-tools/.footprint b/wireless-tools/.footprint
index 194544b21..cd8339280 100644
--- a/wireless-tools/.footprint
+++ b/wireless-tools/.footprint
@@ -5,19 +5,6 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libiw.so -> libiw.so.29
-rwxr-xr-x root/root usr/lib/libiw.so.29
-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
@@ -26,3 +13,17 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/iwlist
-rwxr-xr-x root/root usr/sbin/iwpriv
-rwxr-xr-x root/root usr/sbin/iwspy
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/iftab.5.gz
+drwxr-xr-x root/root usr/share/man/man7/
+-rw-r--r-- root/root usr/share/man/man7/wireless.7.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/ifrename.8.gz
+-rw-r--r-- root/root usr/share/man/man8/iwconfig.8.gz
+-rw-r--r-- root/root usr/share/man/man8/iwevent.8.gz
+-rw-r--r-- root/root usr/share/man/man8/iwgetid.8.gz
+-rw-r--r-- root/root usr/share/man/man8/iwlist.8.gz
+-rw-r--r-- root/root usr/share/man/man8/iwpriv.8.gz
+-rw-r--r-- root/root usr/share/man/man8/iwspy.8.gz
diff --git a/wireless-tools/Pkgfile b/wireless-tools/Pkgfile
index 0b970b7ce..c0278af51 100644
--- a/wireless-tools/Pkgfile
+++ b/wireless-tools/Pkgfile
@@ -1,13 +1,13 @@
# Description: Tools to configure and manipulate wlan devices
-# URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
-# Packager:Till Biedermann, tillbiedermann at yahoo dot de
+# URL: http://www.labs.hpe.com/personal/Jean_Tourrilhes/Linux/Tools.html
+# Packager: Till Biedermann, tillbiedermann at yahoo dot de
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=wireless-tools
version=29
-release=1
-source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
+release=2
+source=(http://www.labs.hpe.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
build() {
cd ${name/-/_}.$version
@@ -16,6 +16,5 @@ build() {
sed "s|CFLAGS=|CFLAGS=$CFLAGS |" -i Makefile
make
- make PREFIX=$PKG/usr install
+ make PREFIX=$PKG/usr INSTALL_MAN=$PKG/usr/share/man install
}
-

Generated by cgit