Revert "Ãnghttp2-libs: drop port; moved to core"

This reverts commit 73f48ea5f1.
This commit is contained in:
Steffen Nurpmeso 2022-01-15 21:47:33 +01:00
parent 73f48ea5f1
commit b2ccba6099
3 changed files with 49 additions and 0 deletions

17
nghttp2-libs/.footprint Normal file
View File

@ -0,0 +1,17 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/nghttp2/
-rw-r--r-- root/root usr/include/nghttp2/nghttp2.h
-rw-r--r-- root/root usr/include/nghttp2/nghttp2ver.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libnghttp2.a
-rwxr-xr-x root/root usr/lib/libnghttp2.la
lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.21.1
lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.21.1
-rwxr-xr-x root/root usr/lib/libnghttp2.so.14.21.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnghttp2.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/nghttp2/
-rwxr-xr-x root/root usr/share/nghttp2/fetch-ocsp-response

5
nghttp2-libs/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37aQMC/9/VEGe+vXedAkl/yav2+hq8U9KDkt2DtvEl17pUsUqEbLsGbS+j/+1lX4FYJQJ/PK4J4JCDaupG2zbQ8=
SHA256 (Pkgfile) = 1fb841634d294c5cc3f29fa5c3aac516919130d434e0da3aedb6eb7fc9e61091
SHA256 (.footprint) = 78c96b121e96ced97ebf7661e58af5f51afc042fedac4d534d3097e7049c2a30
SHA256 (nghttp2-1.46.0.tar.xz) = 1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43

27
nghttp2-libs/Pkgfile Normal file
View File

@ -0,0 +1,27 @@
# Description: nghttp2-libs: HTTP/2 libraries (for eg cURL)
# URL: https://nghttp2.org
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
rname=nghttp2
name=nghttp2-libs
version=1.46.0
release=1
source=(
https://github.com/${rname}/${rname}/releases/download/\
v${version}/${rname}-${version}.tar.xz
)
build() {
cd ${rname}-${version}
./configure --prefix=/usr --enable-lib-only \
--without-libxml2 --without-mruby --without-neverbleed \
--without-systemd --without-jemalloc
make
make DESTDIR="${PKG}" install
rm -rf "${PKG}"/usr/share/doc "${PKG}"/usr/share/man
}
# s-sh-mode