28 lines
917 B
Bash
28 lines
917 B
Bash
# Template file for 'iwd'
|
|
pkgname=iwd
|
|
version=1.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-systemd-service --enable-pie
|
|
--enable-external-ell --enable-dbus-policy --enable-wired"
|
|
hostmakedepends="python3-docutils pkg-config automake libtool"
|
|
makedepends="readline-devel dbus-devel ell-devel"
|
|
depends="dbus ell>=0.28"
|
|
checkdepends="python3"
|
|
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
|
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://iwd.wiki.kernel.org/"
|
|
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
|
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
|
|
checksum=13d36dcec625ae8ef54e4be5fb0b65db598c68ab0b4d70ff6c557f7954d259aa
|
|
make_dirs="/var/lib/iwd 0600 root root
|
|
/etc/iwd 755 root root"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vsv iwd
|
|
}
|