From 1778e6cb518e8598031bea480794b0069a147c1e Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 26 Jan 2023 02:28:01 +0000 Subject: [PATCH] libcap-ng: initial package needed by openvpn-2.6.0 --- packages/devel/libcap-ng/package.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/devel/libcap-ng/package.mk diff --git a/packages/devel/libcap-ng/package.mk b/packages/devel/libcap-ng/package.mk new file mode 100644 index 0000000000..2a76f72e37 --- /dev/null +++ b/packages/devel/libcap-ng/package.mk @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-only +# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv) + +PKG_NAME="libcap-ng" +PKG_VERSION="0.8.3" +PKG_SHA256="e542e9139961f0915ab5878427890cdc7762949fbe216bd0cb4ceedb309bb854" +PKG_LICENSE="LGPLv2.1" +PKG_SITE="https://github.com/stevegrubb/libcap-ng" +PKG_URL="https://github.com/stevegrubb/libcap-ng/archive/v${PKG_VERSION}.tar.gz" +PKG_DEPENDS_TARGET="toolchain" +PKG_LONGDESC="Libcap-ng is a library for Linux that makes using posix capabilities easy." +PKG_TOOLCHAIN="autotools" + +PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-python=no --with-python3=no"