# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Launches your opengl linux games with your favourite graphics settings on nvidia hardware." HOMEPAGE="http://www.rillion.net/gamepick/index.html" SRC_URI="http://www.rillion.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gtk2" DEPEND=">=gtk+-2" S="${WORKDIR}/${P}" src_unpack() { unpack ${A} } src_compile() { emake || die } src_install() { dobin gamepick || die dobin gamepick-stage2 || die dobin gamepick-stage3 || die dodoc README TODO ABOUT INSTALL LICENSE ewarn This must be added to /path/to/home/.gamepick ewarn 2,0,Doom 3,doom3 +disconnect ewarn 2,0,UT 2004,ut2004 ewarn 6,0,Enemy Territory,et ewarn 6,0,Quake 3,quake3 +menu_main ewarn 6,0,Wolfenstein,wolf }