From 0f634e1083592ec82bc05b910011d4b604df3b95 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Tue, 5 Nov 2019 02:12:38 +0100 Subject: [PATCH] New recipe: iw --- iw/recipe.spec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 iw/recipe.spec diff --git a/iw/recipe.spec b/iw/recipe.spec new file mode 100644 index 0000000..802d316 --- /dev/null +++ b/iw/recipe.spec @@ -0,0 +1,13 @@ +name: iw +version: 5.3 +sources: https://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz + +@configure + true + +# this recipe does not use "configure" +# prefix has to be provided through environment variables + +@install + cd %{name}-%{version} + make PREFIX=/usr/weirdos DESTDIR=%{pkg} install