diff options
Diffstat (limited to 'app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.2.ebuild')
-rw-r--r-- | app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.2.ebuild b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.2.ebuild new file mode 100644 index 000000000000..cc0f9a16a3d7 --- /dev/null +++ b/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Per Wigren <wigren@home.se> +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-gpupetemesagl/psemu-gpupetemesagl-1.6.2.ebuild,v 1.1 2002/06/03 02:53:20 rphillips Exp $ + +DESCRIPTION="PSEmu OpenGL GPU" +HOMEPAGE="http://home.t-online.de/home/PeteBernert" +LICENSE="Freeware" +DEPEND="virtual/opengl" +SRC_URI="http://www.ngemu.com/psx/plugins/linux/gpu/gpupetemesagl162.tar.gz" +S=${WORKDIR} + +src_install () { + insinto /usr/lib/psemu/plugins + doins lib* + chmod 755 ${D}/usr/lib/psemu/plugins/* + insinto /usr/lib/psemu/cfg + doins cfgPeteMesaGL + chmod 755 ${D}/usr/lib/psemu/cfg/* + dodoc readme.txt version.txt +} |