wok diff libmicrohttpd/receipt @ rev 18076
djview: update depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu May 21 21:27:27 2015 +0200 (2015-05-21) |
parents | 4904e3d374a9 |
children | 9e985e6947f6 |
line diff
1.1 --- a/libmicrohttpd/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libmicrohttpd/receipt Thu May 21 21:27:27 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmicrohttpd" 1.7 -VERSION="0.9.18" 1.8 +VERSION="0.9.33" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -11,7 +11,7 @@ 1.13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.14 1.15 DEPENDS="libgcrypt libgnutls" 1.16 -BUILD_DEPENDS="libgcrypt-dev gnutls-dev libtasn1-dev" 1.17 +BUILD_DEPENDS="libgcrypt-dev gmp-dev gnutls-dev libtasn1-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()