### this file is sourced not run
PKGVER=1.59.03
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=xmlrpc-c-$PKGVER.tar.gz
MD5SUM=34b02a850dc88a0d88bdd3add9f2bf9a
SRC_URL=http://downloads.sourceforge.net/xmlrpc-c/xmlrpc-c-$PKGVER.tgz
BUNDLE=

SLACKREQ=
SLACKDESC="libxmlrpc-c: libxmlrpc-c $PKGVER (RPC library for C)
libxmlrpc-c: 
libxmlrpc-c: XML-RPC is a quick-and-easy way to make procedure calls over the 
libxmlrpc-c: Internet. It converts the procedure call into an XML document, sends 
libxmlrpc-c: it to a remote server using HTTP, and gets back the response as XML. 
libxmlrpc-c: This library provides a modular implementation of XML-RPC for C and 
libxmlrpc-c: C++.
libxmlrpc-c: 
libxmlrpc-c: https://xmlrpc-c.sourceforge.io/
libxmlrpc-c: 
libxmlrpc-c: 
"

### default pkg_download
### default pkg_prepare

pkg_packageb() {
	# remove the static libs
	find ./usr -name '*.a' -delete
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


