net-misc/wsdlpull - 1.24 (pinkbyte)

Search

Package Information

Description:
C++ web services client library and utilities
Homepage:
http://wsdlpull.sourceforge.net
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.24 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="C++ web services client library and utilities"
HOMEPAGE="http://wsdlpull.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# examples have confusing names, so - not adding USE for them
# also - do not use --disable-examples, as it is recognized as --enable-examples
IUSE="doc static-libs"

RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_prepare() {
	eapply "${FILESDIR}/${P}-buildsystem.patch"

	if ! use doc; then
		sed -i -e '/SUBDIRS/s/docs //' Makefile.am || die
	fi

	mv configure.in configure.ac || die
	rm -r config || die

	eapply_user
	eautoreconf
}

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

USE Flags

doc

Dependencies

DEPEND

net-misc/curl
	doc? ( app-doc/doxygen )

RDEPEND

net-misc/curl

Manifest for 1.24

Type File Size Source URLs
DIST wsdlpull-1.24.tar.gz 1080317 bytes mirror://sourceforge/wsdlpull/wsdlpull-1.24.tar.gz