summaryrefslogtreecommitdiff
path: root/repo/util/iw/iw.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/iw/iw.xibuild')
-rw-r--r--repo/util/iw/iw.xibuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/repo/util/iw/iw.xibuild b/repo/util/iw/iw.xibuild
deleted file mode 100644
index 212a612..0000000
--- a/repo/util/iw/iw.xibuild
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make"
-DEPS="libnl"
-
-PKG_VER=5.16
-SOURCE=https://www.kernel.org/pub/software/network/iw/iw-$PKG_VER.tar.xz
-DESC="nl80211 based CLI configuration utility for wireless devices"
-
-prepare () {
- sed -i "/INSTALL.*gz/s/.gz//" Makefile
-}
-
-build () {
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}
-
-