iw: 4.9 -> 4.14 thx jue

This commit is contained in:
Thomas Penteker 2019-02-06 01:13:55 +01:00
parent 37132ec7eb
commit f3b4ec56fd
3 changed files with 6 additions and 17 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38GIxVLdjbTqMNbnbPXMIcBVxBsYPVeVf1jVGmq+y3+4R1l+FMtQQf4Xa9ybd/tF11gAMQx1h0/baekOMosXpQA=
SHA256 (Pkgfile) = 7378ac610d46528cc47a5ccec1a10c3015df81228229288aa0381926255946e8
RWSagIOpLGJF30Sjw6UX4O2N36wGEip2LdeyChCUvvf00Of/Rbj48DZ8RMyLadOUHirEKHBcwgH+zEu4pAPy2OEu1amEJCWk8A4=
SHA256 (Pkgfile) = 4604710f37fc6bf72de65e016a344aea6c72f0a3f30b67599ef74caa8566c0c0
SHA256 (.footprint) = 0f6175bbce244565e07a7883e8bf7a679d7d9308b6b4d3ca9c5d840f892262ae
SHA256 (iw-4.9.tar.xz) = 324cc805fad52cba2c16b9ab569906889fb645cc962aac4cfda1db85d2de97ce
SHA256 (version.sh) = 54e4d9b90729968214b8a230b81043336f3c4c7cd506d17c0ddd37afb657fdf1
SHA256 (iw-4.14.tar.xz) = f01671c0074bfdec082a884057edba1b9efd35c89eda554638496f03b769ad89

View File

@ -5,14 +5,12 @@
# Depends on: libnl
name=iw
version=4.9
version=4.14
release=1
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz
version.sh)
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
build() {
cd $name-$version
sed "s/#VER#/$version/" ../version.sh > version.sh
make
MANDIR=/usr/share/man make DESTDIR=$PKG install
make DESTDIR=$PKG install
}

View File

@ -1,8 +0,0 @@
#!/bin/sh
VERSION="#VER#"
OUT="$1"
echo '#include "iw.h"' > "$OUT"
echo "const char iw_version[] = \"$VERSION\";" >> "$OUT"