2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
2011-01-09 18:43:32 +01:00
|
|
|
|
2010-11-12 19:24:00 +01:00
|
|
|
PKG_NAME="libnl"
|
2020-12-25 08:51:52 +00:00
|
|
|
PKG_VERSION="3.5.0"
|
|
|
|
|
PKG_SHA256="352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa"
|
2010-11-12 19:24:00 +01:00
|
|
|
PKG_LICENSE="LGPL"
|
2018-05-31 11:38:03 +02:00
|
|
|
PKG_SITE="https://github.com/thom311/libnl"
|
2021-01-19 19:34:12 +00:00
|
|
|
PKG_URL="https://github.com/thom311/libnl/releases/download/libnl${PKG_VERSION//./_}/libnl-${PKG_VERSION}.tar.gz"
|
2014-01-30 14:32:48 +01:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
2018-05-31 11:38:03 +02:00
|
|
|
PKG_LONGDESC="A library for applications dealing with netlink socket."
|
2014-01-11 13:03:50 +01:00
|
|
|
|
2018-05-31 11:38:03 +02:00
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
|
|
|
|
--disable-shared \
|
|
|
|
|
--disable-cli"
|