# 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() { dodir /opt/gamepick insinto /opt/gamepick insopts -m 755 doins gamepick-stage2 gamepick-stage3 et.xpm example-conf quake3.xpm sin.xpm sof.xpm tux.gif ut2004.xpm wolfmp.xpm wolfsp.xpm gamepick.o play_choice.o read_line.o load_lists.o add_games.o click_game.o gamepick dodoc README TODO ABOUT INSTALL LICENSE ewarn The configuration file for gamepick is located in /opt/gamepick/example-conf ewarn To use go to directory /opt/gamepick and type ./gamepick }