# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An efficient BGP simulator" HOMEPAGE="http://cbgp.info.ucl.ac.be/" SRC_URI="http://cbgp.info.ucl.ac.be/downloads/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=net-libs/libgds-1.1.7" src_compile() { econf || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" }