### this file is sourced not run
PKGVER=1.52.0
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=nghttp2-$PKGVER.tar.xz
MD5SUM=30cab20160abb7981c713544d31e2d60
SRC_URL=https://github.com/nghttp2/nghttp2/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='libxml2'
SLACKDESC="libnghttp2: libnghttp2 $PKGVER (HTTP/2 library)
libnghttp2: 
libnghttp2: nghttp2 is an implementation of HTTP/2 and its header compression 
libnghttp2: algorithm, HPACK.
libnghttp2: 
libnghttp2: This contains the library only.
libnghttp2: 
libnghttp2: 
libnghttp2: 
libnghttp2: 
libnghttp2: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS \
		--disable-static  \
        --enable-lib-only \
        --docdir=/usr/share/doc/nghttp2-$PKGVER \
	" &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


