contrib/iw/Pkgfile

16 lines
412 B
Plaintext
Raw Normal View History

2009-01-20 16:46:38 +01:00
# Description: nl80211 based CLI configuration utility for wireless devices
2020-06-01 17:45:48 +02:00
# URL: https://wireless.wiki.kernel.org/en/users/documentation/iw
2014-05-22 12:38:00 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2009-01-20 16:46:38 +01:00
# Depends on: libnl
name=iw
2020-10-21 10:37:35 +02:00
version=5.9
2009-01-20 16:46:38 +01:00
release=1
2019-02-06 01:13:55 +01:00
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
2009-01-20 16:46:38 +01:00
2020-06-01 17:45:48 +02:00
build() {
2009-01-20 16:46:38 +01:00
cd $name-$version
make
2019-02-06 01:13:55 +01:00
make DESTDIR=$PKG install
2009-01-20 16:46:38 +01:00
}