diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD index 8a60e1606f3203173aeff4e2a430107f0bb5df7b..7d8d19b47c9498447184d01979ddcbb6f7b71677 100644 --- a/community/iwd/APKBUILD +++ b/community/iwd/APKBUILD @@ -8,6 +8,7 @@ pkgdesc="Internet Wireless Daemon" url="https://iwd.wiki.kernel.org/" arch="all" license="LGPL-2.1-or-later" +depends="dbus" makedepends="dbus-dev readline-dev linux-headers" options="!check" # some builders fail on some test checkdepends="coreutils" @@ -74,6 +75,7 @@ ead() { ead_openrc() { pkgdesc="Ethernet authentication daemon (OpenRC init scripts)" + depends="" install_if="openrc ead=$pkgver-r$pkgrel" install -m755 -D "$srcdir"/ead.initd "$subpkgdir"/etc/init.d/ead