From ae00b1f350cf5b8ecb442d0a63b2511e6951db6a Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:51:43 +0100 Subject: [PATCH] iw recipe --- recipes/iw/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/iw/Makefile diff --git a/recipes/iw/Makefile b/recipes/iw/Makefile new file mode 100644 index 0000000..3783be8 --- /dev/null +++ b/recipes/iw/Makefile @@ -0,0 +1,13 @@ +name = iw +version = 5.9 +URL = https://www.kernel.org/pub/software/network/iw/iw-$(version).tar.xz + +build-dependencies = libnl-dev + +# prefix has to be provided through environment variables +configure_backend = + +MAKE_INSTALL_OPTIONS_USER = PREFIX=$(PREFIX) + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk