# Contributor: # Maintainer: Natanael Copa pkgname=gsoap pkgver=2.8.68 pkgrel=0 arch="all" pkgdesc="Cross-platform C and C++ SDK for SOAP/XML Web services" license="GPL-2.0-or-later gSOAP-1.3b" url="http://gsoap2.sourceforge.net" makedepends="autoconf automake bison flex libressl-dev libtool zlib-dev" subpackages="$pkgname-dev" source="http://downloads.sourceforge.net/project/gsoap2/gsoap-${pkgver%.*}/gsoap_$pkgver.zip musl-fixes.patch " builddir="$srcdir/$pkgname-${pkgver%.*}" build() { cd "$builddir" touch configure.ac aclocal.m4 configure Makefile.am Makefile.in ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --exec-prefix=/usr \ --enable-ipv6 \ --enable-c-locale make -j1 } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="f60095d03dcc4c98083bee2939f0d5d6e3b5c8b20cd768d420b08fa42483d74a91eff8b02b9dd4bd45ebf5d1dbf51fcc713589487cbb9405db85aac8f9e9a7e4 gsoap_2.8.68.zip cb276ffdd213f3626f212f304628d0e91974e493afd325bb324031d5e5ee2cb1de0f57d69da1608320f8e999984c64700fe9273ecdba97401366f662ac15d423 musl-fixes.patch"