iwd: add package

This commit is contained in:
Lukas Rusak 2016-11-12 11:25:13 -08:00
parent 26c5f767e6
commit c39a9e4420
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -0,0 +1,26 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="iwd"
PKG_VERSION="0.18"
PKG_LICENSE="GPL"
PKG_SITE="https://git.kernel.org/cgit/network/wireless/iwd.git/about/"
PKG_URL="https://www.kernel.org/pub/linux/network/wireless/iwd-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain readline dbus"
PKG_LONGDESC="Wireless daemon for Linux"
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-client \
--enable-monitor \
--enable-systemd-service \
--enable-dbus-policy \
--disable-docs"
pre_configure_target() {
export LIBS="-lncurses"
}
post_install() {
enable_service iwd.service
}