gsoap: update to 2.8.35.

This commit is contained in:
Enno Boland 2016-09-19 08:03:11 +02:00
parent 00244ed64f
commit 4a4b51669a

View file

@ -1,16 +1,19 @@
# Template file for 'gsoap'
pkgname=gsoap
version=2.8.34
version=2.8.35
revision=1
build_style=gnu-configure
hostmakedepends="unzip flex autoconf"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gsoap"
fi
makedepends="libressl-devel zlib-devel"
short_desc="Toolkit for SOAP and REST Web Services and XML-Based Applications"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="http://www.cs.fsu.edu/~engelen/soap.html"
distfiles="${SOURCEFORGE_SITE}/gsoap2/gsoap_${version}.zip"
checksum=94b51ff91b241d2cd6206056bbd3d3cde2560e99296cffc5a8f6f49672469377
checksum=629f2de1674285e8da76ad75c85bab421b07c51cb11560e614b3d9b87a6eb04f
wrksrc="${pkgname}-${version%.*}"
disable_parallel_build=yes