mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
695 B
Makefile
15 lines
695 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libnftnl"
|
|
PKG_VERSION="1.2.9"
|
|
PKG_SHA256="e8c216255e129f26270639fee7775265665a31b11aa920253c3e5d5d62dfc4b8"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://netfilter.org/projects/libnftnl"
|
|
PKG_URL="https://netfilter.org/projects/libnftnl/files/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="autotools:host gcc:host libmnl"
|
|
PKG_LONGDESC="A userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem."
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|