# Contributor: Leo # Contributor: Ɓukasz Jendrysik # Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=libmicrohttpd pkgver=0.9.69 pkgrel=0 pkgdesc="A small C library that is supposed to make it easy to run an HTTP server as part of another application." url="https://www.gnu.org/software/libmicrohttpd/" arch="all" license="LGPL-2.1-or-later" makedepends="curl-dev libgcrypt-dev gnutls-dev automake autoconf libtool" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" source="https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$pkgver.tar.gz disable-test_options.patch" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --enable-largefile \ --enable-curl \ --enable-https \ --enable-messages make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install install -Dm644 "$builddir"/src/include/platform.h \ "$pkgdir"/usr/include/platform.h } sha512sums="1633d2e606f476489e8af549fff88735e3b5641c85d59071edc8b2e1177fe1b6302578b69b8ff6669d3e1954c20cf0fa1ee52b42378362edd26197d8992e469b libmicrohttpd-0.9.69.tar.gz 7bbd8d2571f2bf7d06c956cc5e5decf154139baa1a716b43501b822b18a396b2cc97efd72118bc3dd5e20439611eb333730c436fe9f0a1ce2cf928066520e619 disable-test_options.patch"