ports/core (3.7): libnghttp2: initial commit, version 1.46.0
commit 1d3207a7db7ba785fc7c56fe3267c5b96caacfcc Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 9 02:04:32 2022 +0100 libnghttp2: initial commit, version 1.46.0 diff --git a/libnghttp2/.footprint b/libnghttp2/.footprint new file mode 100644 index 00000000..9adf9df6 --- /dev/null +++ b/libnghttp2/.footprint @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +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 diff --git a/libnghttp2/.signature b/libnghttp2/.signature new file mode 100644 index 00000000..065d0b49 --- /dev/null +++ b/libnghttp2/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/core.pub +RWRJc1FUaeVeqnG32RDjJN8seKhCC+u4cek5dEEH7PTXU6nPTlmLEW3dh8DT3nyfjJMGpqGHqv0cKzkuuS/DpctXAXED0G9f6wE= +SHA256 (Pkgfile) = 3d666ca61d776c42998ab23281b454b8c8b95925b2a6e7b02c9ae01b5504d2f2 +SHA256 (.footprint) = 1613b6e616e2616906e5d8f7a70f13a02c2fd9411758a854161ab99b5f45f50e +SHA256 (nghttp2-1.46.0.tar.xz) = 1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43 diff --git a/libnghttp2/Pkgfile b/libnghttp2/Pkgfile new file mode 100644 index 00000000..af706148 --- /dev/null +++ b/libnghttp2/Pkgfile @@ -0,0 +1,20 @@ +# Description: HTTP/2 C Library and tools +# URL: https://github.com/nghttp2/nghttp2/ +# Maintainer: CRUX System Team, core-ports at crux dot nu + +name=libnghttp2 +version=1.46.0 +release=1 +source=(https://github.com/nghttp2/nghttp2/releases/download/v$version/nghttp2-$vers...) + +build() { + cd nghttp2-$version + + autoreconf -i + ./configure --prefix=/usr \ + --enable-lib-only \ + --disable-examples \ + --disable-python-bindings + make + make -C lib DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu