mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libassuan: initial package
This commit is contained in:
parent
74b37e1f33
commit
f928c2ef34
19
packages/addons/addon-depends/podman/libassuan/package.mk
Normal file
19
packages/addons/addon-depends/podman/libassuan/package.mk
Normal file
@ -0,0 +1,19 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libassuan"
|
||||
PKG_VERSION="2.5.7"
|
||||
PKG_SHA256="0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76"
|
||||
PKG_LICENSE="LGPLv2.1+"
|
||||
PKG_SITE="https://gnupg.org/software/libassuan/index.html"
|
||||
PKG_URL="https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain libgpg-error"
|
||||
PKG_LONGDESC="Libassuan is a small library implementing the so-called Assuan protocol"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
PKG_BUILD_FLAGS="-sysroot"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
--with-gnu-ld \
|
||||
--with-pic \
|
||||
--with-libgpg-error-prefix=${SYSROOT_PREFIX}/usr"
|
Loading…
x
Reference in New Issue
Block a user