New recipe: iw
This commit is contained in:
parent
00ad07673c
commit
0f634e1083
13
iw/recipe.spec
Normal file
13
iw/recipe.spec
Normal 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
|
Reference in New Issue
Block a user