# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ # This ebuild is a small modification of the official packETH ebuild inherit eutils DESCRIPTION="Packet generator tool for ethernet" HOMEPAGE="http://packeth.sourceforge.net/" SRC_URI="mirror://sourceforge/packeth/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="=x11-libs/gtk+-2*" RDEPEND="${DEPEND}" S=${WORKDIR}/packETH-${PV}/src src_install() { insinto /usr/bin dobin packETH || die insinto /usr/share/pixmaps/packETH doins pixmaps/* dodoc ChangeLog README TODO }