From d8679f0250762892ab1e1a6d71badc2e9d42a526 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 12 Apr 2014 03:59:45 +0000 Subject: Sat Apr 12 03:57:05 UTC 2014 --- community/libmicrohttpd/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/libmicrohttpd') diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 244202ec5..10e012434 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104514 2014-01-22 06:55:18Z spupykin $ +# $Id: PKGBUILD 109027 2014-04-09 11:57:32Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Norberto Lopes # Contributor: Kao Dome @@ -6,16 +6,17 @@ # Contributor: Mathias Rohnstock pkgname=libmicrohttpd -pkgver=0.9.33 +pkgver=0.9.34 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." arch=('i686' 'x86_64') url="http://www.gnu.org/software/libmicrohttpd/" license=('LGPL') depends=('gnutls' 'libgcrypt') +optdepends=('file' 'curl') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('013b10f9de1cda5448b29c81305354a3') +md5sums=('2947eee13c2c8affb95023a0cb6fda0c') build() { cd ${pkgname}-${pkgver} @@ -29,8 +30,6 @@ package() { make DESTDIR=${pkgdir} install install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \ ${pkgdir}/usr/include/$pkgname/platform.h - install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \ - ${pkgdir}/usr/include/$pkgname/plibc.h sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} -I${includedir}/libmicrohttpd#' \ $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc } -- cgit v1.2.3-54-g00ecf