From 4192355923cd08e4fc47f938e1cc851ec455b2ee Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 6 Feb 2022 21:17:10 +0000 Subject: edited added iw --- repo/util/iw.xibuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 repo/util/iw.xibuild (limited to 'repo/util/iw.xibuild') diff --git a/repo/util/iw.xibuild b/repo/util/iw.xibuild new file mode 100644 index 0000000..0870143 --- /dev/null +++ b/repo/util/iw.xibuild @@ -0,0 +1,22 @@ +#!/bin/bash + +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 +} + + -- cgit v1.2.1