2018-05-14 19:03:56 +00:00
|
|
|
# Template file for 'iwd'
|
|
|
|
pkgname=iwd
|
2018-08-24 21:02:22 +00:00
|
|
|
version=0.7
|
2018-09-02 23:26:45 +00:00
|
|
|
revision=2
|
2018-05-14 19:03:56 +00:00
|
|
|
build_style=gnu-configure
|
2018-07-25 14:59:13 +00:00
|
|
|
configure_args="--disable-systemd-service --enable-docs --enable-pie"
|
2018-05-14 19:03:56 +00:00
|
|
|
hostmakedepends="asciidoc pkg-config"
|
2018-07-25 14:59:13 +00:00
|
|
|
makedepends="readline-devel dbus-devel ell-devel"
|
2018-05-14 19:03:56 +00:00
|
|
|
depends="dbus"
|
2018-06-15 20:11:04 +00:00
|
|
|
checkdepends="python3"
|
2018-05-14 19:03:56 +00:00
|
|
|
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"
|
2018-08-24 21:02:22 +00:00
|
|
|
checksum=eddea0b002014c3f890db46968a54f0b45667975436fd99e4aa14ab9a49fd410
|
2018-09-02 23:26:45 +00:00
|
|
|
make_dirs="/var/lib/iwd 0600 root root
|
|
|
|
/etc/iwd 755 root root"
|
2018-05-14 19:03:56 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsconf doc/main.conf
|
|
|
|
vsv iwd
|
|
|
|
}
|