# Ebuild from flowerysong overlay (http://gentoo.marwnad.com/" # # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="emul-linux-x86 version of libcurl" HOMEPAGE="http://curl.haxx.se/libcurl/" SRC_URI="http://gentoo.marwnad.com/distfiles/emul-linux-x86-libcurl-${PV}.tbz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64" RESTRICT="primaryuri" IUSE="" RDEPEND="!=sys-devel/gcc-3.3* >=net-misc/curl-${PV}" S=${WORKDIR} src_unpack() { unpack ${A} } src_install() { cp -a "${WORKDIR}"/* "${D}"/ || die }