# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="A graphical interface for installing, configuring, and running programs using Transgaming's Cedega." SRC_URI="http://www.mithunc.net/grapevine/download/${P}.tar.gz" HOMEPAGE="http://www.mithunc.net/grapevine/" DEPEND=">=gnome-base/libglade-2 >=x11-libs/gtk+-2" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" src_compile() { econf || die "econf failed" emake || die } src_install () { einstall } pkg_postinst() { einfo "Check out:" einfo " http://www.mithunc.net/grapevine/" einfo "to learn more about using grapevine" }