iwd: update to 0.22.
- Adopt package. - Switch from asciidoc to python3-docutils.
This commit is contained in:
parent
fd9d044aba
commit
186cb08bd9
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'iwd'
|
||||
pkgname=iwd
|
||||
version=0.21
|
||||
version=0.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-systemd-service --enable-docs --enable-pie
|
||||
configure_args="--disable-systemd-service --enable-pie
|
||||
--enable-external-ell --enable-dbus-policy --enable-wired"
|
||||
hostmakedepends="asciidoc pkg-config automake libtool"
|
||||
hostmakedepends="python3-docutils pkg-config automake libtool"
|
||||
makedepends="readline-devel dbus-devel ell-devel"
|
||||
depends="dbus"
|
||||
checkdepends="python3"
|
||||
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://iwd.wiki.kernel.org/"
|
||||
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
|
||||
checksum=fb15a390cb1a6ffbf3c45fbc5ed1f1e565be2677d23cad117b168f1828edaa70
|
||||
checksum=b50c778716a2a1f9da961de0cac4711ad43ab104a67405935248f33ea8a6559a
|
||||
make_dirs="/var/lib/iwd 0600 root root
|
||||
/etc/iwd 755 root root"
|
||||
|
||||
|
|
Loading…
Reference in a new issue