# Copyright 1999-2014 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.caida.org/tools/measurement/scamper/" SRC_URI="http://www.caida.org/tools/measurement/scamper/code/${MY_P}.tar.gz http://www.caida.org/~mjl/pubs/scamper.pdf" 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 dodoc ${DISTDIR}/${PN}.pdf }