# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="C++ bindings of libcurl" HOMEPAGE="http://curl.haxx.se/libcurl/cplusplus/" SRC_URI="http://rrette.com/curlpp-0.5.0-rc6.tar.gz" S="${WORKDIR}/curlpp-0.5.0-rc6/" KEYWORDS="~amd64 ~x86" IUSE="" SLOT="0" LICENSE="MIT X11" DEPEND=">=net-misc/curl-7.10.0" src_install() { make DESTDIR=${D} install || die }