# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit qt4 DESCRIPTION="NetEmul is a program for simulating computer networks" HOMEPAGE="http://netemul.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND="x11-libs/qt-gui:4 x11-libs/qt-opengl:4" RDEPEND="${DEPEND}" src_configure() { eqmake4 } src_install() { emake INSTALL_ROOT="${D}" install || die "emake install failed" }