diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-08 21:29:29 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-08 21:29:29 +0100 |
commit | 2b6009b502e995ce6807a1ca278c4a6e106f8002 (patch) | |
tree | 26cf19f21a06fb60a97e8d6e778c2b0164fc4dd8 /extra/iw | |
parent | 1d6ef1ffd4ec43cbb59c7ea3f20970e11d017b45 (diff) | |
download | repository-2b6009b502e995ce6807a1ca278c4a6e106f8002.tar.gz |
iw: drop package
Diffstat (limited to 'extra/iw')
-rwxr-xr-x | extra/iw/build | 15 | ||||
-rw-r--r-- | extra/iw/checksums | 1 | ||||
-rw-r--r-- | extra/iw/depends | 1 | ||||
-rw-r--r-- | extra/iw/meta | 3 | ||||
-rw-r--r-- | extra/iw/sources | 1 | ||||
-rw-r--r-- | extra/iw/version | 1 |
6 files changed, 0 insertions, 22 deletions
diff --git a/extra/iw/build b/extra/iw/build deleted file mode 100755 index 47a95927..00000000 --- a/extra/iw/build +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e - -# iw manpage is extremely small, -# we don't need to compress it. -clsed 's@\(iw\.8\)\.gz@\1@' Makefile - -make \ - DESTDIR="$1" \ - LDFLAGS="$LDFLAGS -static" \ - CFLAGS="$CFLAGS -I/usr/include/libnl-tiny -DCONFIG_LIBNL20 -D_GNU_SOURCE" \ - NL1FOUND="" NL2FOUND=Y NLLIBNAME=libnl-tiny \ - LIBS=-lnl-tiny \ - PREFIX="/usr" \ - SBINDIR="/usr/bin" \ - install diff --git a/extra/iw/checksums b/extra/iw/checksums deleted file mode 100644 index b795df90..00000000 --- a/extra/iw/checksums +++ /dev/null @@ -1 +0,0 @@ -293a07109aeb7e36267cf59e3ce52857e9ffae3a6666eb8ac77894b1839fe1f2 iw-5.9.tar.xz diff --git a/extra/iw/depends b/extra/iw/depends deleted file mode 100644 index 8adba4b6..00000000 --- a/extra/iw/depends +++ /dev/null @@ -1 +0,0 @@ -libnl-tiny make diff --git a/extra/iw/meta b/extra/iw/meta deleted file mode 100644 index ac0ae5ea..00000000 --- a/extra/iw/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Wireless device configuration utility -license: ISC -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/iw/sources b/extra/iw/sources deleted file mode 100644 index 55b7d4d0..00000000 --- a/extra/iw/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.kernel.org/pub/software/network/iw/iw-5.9.tar.xz diff --git a/extra/iw/version b/extra/iw/version deleted file mode 100644 index 3d4b2f6a..00000000 --- a/extra/iw/version +++ /dev/null @@ -1 +0,0 @@ -5.9 1 |