# Contributor: Natanael Copa # Maintainer: Francesco Colista pkgname=nghttp2 pkgver=1.38.0 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org" arch="all" license="MIT" makedepends_build="autoconf automake libtool" makedepends_host="libev-dev openssl-dev zlib-dev c-ares-dev" subpackages="$pkgname-static $pkgname-doc $pkgname-dev $pkgname-libs" source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz remove-mruby-tests.patch" builddir="$srcdir"/$pkgname-$pkgver check() { cd "$builddir" make check # integration tests require go, which is only available # in community at the moment of writing. Disabling until # go is moved into main # cd "integration-tests" # make itprep # make it } build() { cd "$builddir" autoreconf -vif ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ --without-libxml2 \ --without-spdylay \ --without-neverbleed \ --without-jemalloc \ --disable-python-bindings \ --enable-static \ --enable-app make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } static() { pkgdesc="$pkgname static libraries" mkdir -p "$subpkgdir"/usr/lib cd "$pkgdir" for _lib in $(find . -name '*.a'); do mkdir -p "$subpkgdir"/${_lib%/*} mv "$_lib" "$subpkgdir"/${_lib%/*}/ done } sha512sums="e432d52bcf77379ed5c10ceafb587ec8d66c56bb728cda56487b237cbab1d0073689624419ed306162dab3a51b91cfe0f59cb173b5d81346e2b6d0abd56635bc nghttp2-1.38.0.tar.xz d3f6a66ad6522babb5ad2b3721d52c1c2af88e57ed2895cf87037da1032ca42dcb95dacc23ea277b9507b4116cec117b5c9a3313759dc56b48199b687b74dd9a remove-mruby-tests.patch"