1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 DESCRIPTION="C++ bindings of libcurl"
8 HOMEPAGE="http://rrette.com/textpattern/index.php?s=cURLpp"
9 SRC_URI="http://rrette.com/files/curlpp/curlpp-0.7/${P}.tar.gz"
16 DEPEND="net-misc/curl"
22 sed -i -e "s:@CURLPP_CFLAGS@:@CURLPP_CXXFLAGS@:" curlpp-config.in
23 epatch ${FILESDIR}/disable-examples-build.patch #example18 doesnt build
29 emake DESTDIR=${D} install || die "install failed"
30 dodoc CHANGES AUTHORS TODO COPYING doc/guide.pdf
31 insinto /usr/share/${P}