From f0f0ba989b5e0cec0cac5589bc9192f8262e9b1e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 24 Sep 2021 13:32:07 +0300 Subject: libnghttp2: add new package at 1.45.1 [TESTING] --- testing/libnghttp2/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 testing/libnghttp2/build (limited to 'testing/libnghttp2/build') diff --git a/testing/libnghttp2/build b/testing/libnghttp2/build new file mode 100755 index 00000000..a1bc15c9 --- /dev/null +++ b/testing/libnghttp2/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-lib-only + +make +make DESTDIR="$1" install + +# Even when only installing libraries, the build system installs manual pages +# and documentation for the utilities. +rm -r "$1/usr/share" -- cgit v1.2.3