UmVirt LFS Package info
DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
nghttp2
nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK.Package info
Template:
Codename: nghttp2
Source file: nghttp2-1.64.0.tar.xz
Source file size: 1676124
Source file MD5-checkum: 0cf8f819f4b717de7dde9f8164d0b466
Source directory: nghttp2-1.64.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/nghttp2-1.64.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/nghttp2-1.64.0.tar.xz.md5sum
Dependances: libxml2.
Dependance of: cmake, nodejs, bind-utils, bind, libsoup3, wireshark.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
./configure --prefix=/usr \
$ARG_STATIC \
--enable-lib-only \
--docdir=/usr/share/doc/nghttp2-1.62.1
Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
make check
fi
Install script:
make install