0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-07 10:18:21 +00:00
2024-05-20 11:59:01 +00:00

22 lines
853 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="nghttp2"
PKG_VERSION="1.62.1"
PKG_SHA256="2345d4dc136fda28ce243e0bb21f2e7e8ef6293d62c799abbf6f633a6887af72"
PKG_LICENSE="MIT"
PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html"
PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK."
PKG_CMAKE_OPTS_TARGET="-DENABLE_DOC=OFF \
-DENABLE_FAILMALLOC=OFF \
-DENABLE_LIB_ONLY=ON \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=OFF"
post_makeinstall_target() {
rm -r "${INSTALL}/usr/share"
}