milis/talimatname/genel/iw/talimat

18 lines
433 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}