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