# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="parallel Internet measurement utility" HOMEPAGE="http://www.wand.net.nz/scamper" SRC_URI="http://www.wand.net.nz/scamper/${PN}-cvs-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" IUSE="static-libs" DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-cvs-${PV}" src_configure() { econf \ $(use_enable static-libs static) } src_install() { default find "${ED}" -name '*.la' -delete }