diff --git a/iw/.footprint b/iw/.footprint deleted file mode 100644 index f9a9ac6b4..000000000 --- a/iw/.footprint +++ /dev/null @@ -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 diff --git a/iw/.signature b/iw/.signature deleted file mode 100644 index b4ca694ef..000000000 --- a/iw/.signature +++ /dev/null @@ -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 diff --git a/iw/Pkgfile b/iw/Pkgfile deleted file mode 100644 index 46b14148b..000000000 --- a/iw/Pkgfile +++ /dev/null @@ -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