iwd: update to 0.17.

This commit is contained in:
maxice8 2019-04-12 20:47:14 -03:00 committed by maxice8
parent f71f94b265
commit 7d47b2c2e4

View file

@ -1,7 +1,7 @@
# Template file for 'iwd'
pkgname=iwd
version=0.16
revision=2
version=0.17
revision=1
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-docs --enable-pie
--enable-external-ell ac_cv_func_explicit_bzero=yes
@ -15,14 +15,10 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://iwd.wiki.kernel.org/"
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
checksum=406f6c0bbd57647e18612026e58406f2f8e889d74dcdc8e3995866db23a81245
checksum=3eda38305738a7992c03a02d29423bc5eaf5e76247bb45ae1dad8fd261e4f4d6
make_dirs="/var/lib/iwd 0600 root root
/etc/iwd 755 root root"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="Fails to detect musl has explicit_bzero" ;;
esac
pre_configure() {
autoreconf -fi
}