iw 4.9 paketlendi
This commit is contained in:
parent
dda4320dbb
commit
d1063c098e
1 changed files with 17 additions and 0 deletions
17
talimatname/genel/iw/talimat
Normal file
17
talimatname/genel/iw/talimat
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Description: Kablosuz aygıtlar için nl80211 tabanlı CLI ayarlama aracı
|
||||||
|
# URL: http://wireless.kernel.org/en/users/Documentation/iw
|
||||||
|
# Packager: yakar (aydin@komutan.org)
|
||||||
|
# Depends on: libnl
|
||||||
|
|
||||||
|
name=iw
|
||||||
|
version=4.9
|
||||||
|
release=1
|
||||||
|
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$SRC"/$name-$version
|
||||||
|
make
|
||||||
|
|
||||||
|
cd "$SRC"/$name-$version
|
||||||
|
make DESTDIR="$PKG" SBINDIR="/usr/bin" install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue