iw: dropped

This commit is contained in:
Tim Biermann 2022-12-22 10:08:00 +00:00
parent 5e49513fba
commit 2cc4720490
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,7 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zjfsUjAbnna3fxARAvz0ATWn5IM41UKh025CLHWDJ4Tpx1UAJYjjuKH05y6pwNInlBKolCE5kJjQn15uYUfiQI=
SHA256 (Pkgfile) = a558d7fe51fab3ca4136a9d10adcab392b493f0e960304780893b5e6e429cfef
SHA256 (.footprint) = 0f6175bbce244565e07a7883e8bf7a679d7d9308b6b4d3ca9c5d840f892262ae
SHA256 (iw-5.19.tar.xz) = f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e

View File

@ -1,19 +0,0 @@
# 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.19
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