# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.75.ebuild,v 1.6 2006/09/19 19:13:37 wolf31o2 Exp $ inherit games DESCRIPTION="PSEmu MesaGL GPU" HOMEPAGE="http://www.pbernert.com/" SRC_URI="http://www.pbernert.com/gpupetemesagl${PV//.}.tar.gz" LICENSE="freedist" SLOT="0" KEYWORDS="x86" RESTRICT="strip" IUSE="" DEPEND="virtual/opengl" S=${WORKDIR} src_install() { exeinto "${GAMES_LIBDIR}/psemu/plugins" doexe lib* || die "doexe failed" exeinto "${GAMES_LIBDIR}/psemu/cfg" doexe cfgPeteMesaGL || die "doexe failed" insinto "${GAMES_LIBDIR}/psemu/cfg" doins gpuPeteMesaGL.cfg || die "doins failed" dodoc readme.txt version.txt prepgamesdirs }