void-packages/srcpkgs/iwd/template
2018-10-21 06:26:12 -03:00

24 lines
761 B
Bash

# Template file for 'iwd'
pkgname=iwd
version=0.10
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=d1bac9305561760e31ef16e3aa23f13a2a5b5cd5e6d878a42426d256346f1091
make_dirs="/var/lib/iwd 0600 root root
/etc/iwd 755 root root"
post_install() {
vsconf doc/main.conf
vsv iwd
}