# Maintainer: Natanael Copa pkgname=neon pkgver=0.30.2 pkgrel=7 pkgdesc="HTTP and WebDAV client library with a C interface" url="http://www.webdav.org/neon/" arch="all" license="LGPL-2.0-or-later" makedepends="expat-dev openssl-dev zlib-dev" checkdepends="openssl" depends="ca-certificates" depends_dev="$makedepends" subpackages="$pkgname-dev $pkgname-doc" source="https://fossies.org/linux/www/neon-0.30.2.tar.gz" # /usr/bin/openssl invocation fails in testsuite, not sure why options="!check" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --with-ssl \ --with-expat \ --without-gssapi \ --disable-nls \ --enable-shared \ --disable-static \ --enable-threadsafe-ssl=posix \ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="634caf87522e0bd2695c6fba39cae2465e403f9fbd8007eb10e4e035c765d24cb8da932c67bfa35c34aa51b90c7bc7037ebebaa1ec43259366d5d07233efc631 neon-0.30.2.tar.gz"