New recipe: iw

master
Philippe PITTOLI 2019-11-05 02:12:38 +01:00
parent 00ad07673c
commit 0f634e1083
1 changed files with 13 additions and 0 deletions

13
iw/recipe.spec Normal file
View File

@ -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