#Maintainer: Zee Eichel #dracOs linux libmicrohttpd package builder pkgname=libmicrohttpd pkgver=0.9.63 pkgrel=1 pkgdesc="Small C library that is supposed to make it easy to run an HTTP server" arch=(x86_64) url="www.gnupg.org" license=('GPL') provides=("${pkgname}") conflicts=("${pkgname}") source=("https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.63.tar.gz") sha256sums=("37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c") build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr --disable-static make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install rm -rf $pkgdir/usr/share/man }