gsoap: update to 2.8.82.

This commit is contained in:
maxice8 2019-03-14 15:21:06 -03:00 committed by maxice8
parent f28ece308d
commit b9d1851242
1 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gsoap'
pkgname=gsoap
version=2.8.81
version=2.8.82
revision=1
wrksrc="gsoap-${version%.*}"
build_style=gnu-configure
@ -12,16 +12,19 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="gSOAP-1.3b, GPL-2.0-only"
homepage="http://www.cs.fsu.edu/~engelen/soap.html"
distfiles="${SOURCEFORGE_SITE}/gsoap2/gsoap_${version}.zip"
checksum=0a5ba2e384c49efa31c925c72d25a8ff06bc4304aaa2ed9335485783358b2d33
checksum=a2a6d37c94aaf8bf72ae9192848f21d99a9efa939f0d0d4ddad5a9e6be5ad72a
disable_parallel_build=yes
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gsoap"
pre_build() {
fi
pre_build() {
if [ "$CROSS_BUILD" ]; then
# run host 'soapcpp2'
sed -i 's|^\(SOAP = \).*|\1soapcpp2|' gsoap/wsdl/Makefile
}
fi
fi
}
post_install() {
vlicense license.pdf