iw: bring back deleted port (sic)

This commit is contained in:
Steffen Nurpmeso 2021-07-03 17:20:50 +02:00
parent 395cef513f
commit 77f6cd4d73
3 changed files with 31 additions and 0 deletions

7
iw/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/iw
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/iw.8.gz

5
iw/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36xew0K+I/U0ZmMIHEQUqtdHC1N24IrDsZDBE/8BwvxBA7qyVGGRt8wGvribAl1fFp5fU+UUbHiozLsW+xQnaQk=
SHA256 (Pkgfile) = 013ead30e9319c9824845b75c841f08db11a68af6fe2c15161f35c7b717e32a6
SHA256 (.footprint) = 0f6175bbce244565e07a7883e8bf7a679d7d9308b6b4d3ca9c5d840f892262ae
SHA256 (iw-5.9.tar.xz) = 293a07109aeb7e36267cf59e3ce52857e9ffae3a6666eb8ac77894b1839fe1f2

19
iw/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: nl80211 based CLI configuration utility for wireless devices
# URL: https://wireless.wiki.kernel.org/en/users/documentation/iw
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: libnl
name=iw
version=5.9
release=1
source=(https://www.kernel.org/pub/software/network/${name}/\
${name}-${version}.tar.xz)
build() {
cd ${name}-${version}
make
make DESTDIR="${PKG}" install
}
# s-sh-mode