diff options
author | 2003-08-14 06:18:53 +0000 | |
---|---|---|
committer | 2003-08-14 06:18:53 +0000 | |
commit | cb226d16d18e32beb7e2d93c0e7680ba98a8ebce (patch) | |
tree | 9ddf32a8308c30292b193c1c44437569044d2fbb /app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild | |
parent | games.eclass support (diff) | |
download | historical-cb226d16d18e32beb7e2d93c0e7680ba98a8ebce.tar.gz historical-cb226d16d18e32beb7e2d93c0e7680ba98a8ebce.tar.bz2 historical-cb226d16d18e32beb7e2d93c0e7680ba98a8ebce.zip |
games.eclass + version bump
Diffstat (limited to 'app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild')
-rw-r--r-- | app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild b/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild deleted file mode 100644 index c79da99dadef..000000000000 --- a/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild,v 1.7 2003/02/13 07:15:20 vapier Exp $ - -DESCRIPTION="PSEmu plugin to read from CD-ROM" -HOMEPAGE="http://www.pcsx.net" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc" -SLOT="0" -SRC_URI="http://linux.pcsx.net/downloads/plugins/cdr-${PV}.tgz" -DEPEND="x11-libs/gtk+" -S=${WORKDIR} -IUSE="" - -src_compile() { - cd src - ( echo CFLAGS = ${CFLAGS} - sed 's/CFLAGS =/CFLAGS +=/' < Makefile ) >Makefile.gentoo - emake -f Makefile.gentoo -} - -src_install () { - insinto /usr/lib/psemu/plugins/ - doins src/libcdr-* - chmod 755 ${D}/usr/lib/psemu/plugins/* - dodoc ReadMe.txt -} |