# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 MY_P="${PN}-cvs-${PV}" inherit eutils DESCRIPTION="Parallel Internet measurement utility" HOMEPAGE="http://www.wand.net.nz/scamper" SRC_URI="http://www.wand.net.nz/scamper/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_configure() { econf \ $(use_enable debug) \ $(use_enable static-libs static) } src_install() { default prune_libtool_files }