# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GTK2 front-end for emerge" HOMEPAGE="http://yakko.cs.wmich.edu/gasiorek/gmerge.html" SRC_URI="http://yakko.cs.wmich.edu/gasiorek/files/gmerge/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" src_compile() { econf || die emake || die } src_install() { einstall || die dodoc NEWS AUTHORS README NEWS }