ports/opt (3.2): wireless-tools: fixed mandir location
commit 590a3389711160c63bca509fa9922a4a04cf2ac0 Author: Jose V Beneyto <sepen@crux.nu> Date: Mon Apr 4 11:49:56 2016 +0200 wireless-tools: fixed mandir location diff --git a/wireless-tools/.footprint b/wireless-tools/.footprint index 194544b..cd83392 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 0b970b7..c0278af 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 } -
participants (1)
-
crux@crux.nu