diff --git a/srcpkgs/gsoap/template b/srcpkgs/gsoap/template index e32d1bc3186..65c0726710a 100644 --- a/srcpkgs/gsoap/template +++ b/srcpkgs/gsoap/template @@ -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 " 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