void-packages/srcpkgs/iwd/template
2018-12-11 21:57:07 -02:00

24 lines
761 B
Bash

# Template file for 'iwd'
pkgname=iwd
version=0.13
revision=1
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-docs --enable-pie
--enable-external-ell"
hostmakedepends="asciidoc pkg-config"
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="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=654f73cbda36e8b1af33999a48aa3958978cb52171955cf206124aaf67720431
make_dirs="/var/lib/iwd 0600 root root
/etc/iwd 755 root root"
post_install() {
vsconf doc/main.conf
vsv iwd
}