diff options
author | 2003-09-09 16:28:07 +0000 | |
---|---|---|
committer | 2003-09-09 16:28:07 +0000 | |
commit | ae044aeba549da343d278a26bb72bac844e5a5e4 (patch) | |
tree | b16ea879113ef2bd09bb78bb00e8338b088d3afb /games-emulation/psemu-padjoy | |
parent | New package - rename. (diff) | |
download | gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.gz gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.bz2 gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/psemu-padjoy')
-rw-r--r-- | games-emulation/psemu-padjoy/ChangeLog | 28 | ||||
-rw-r--r-- | games-emulation/psemu-padjoy/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/psemu-padjoy/files/0.81-makefile-cflags.patch | 11 | ||||
-rw-r--r-- | games-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.81 | 1 | ||||
-rw-r--r-- | games-emulation/psemu-padjoy/psemu-padjoy-0.81.ebuild | 38 |
5 files changed, 82 insertions, 0 deletions
diff --git a/games-emulation/psemu-padjoy/ChangeLog b/games-emulation/psemu-padjoy/ChangeLog new file mode 100644 index 000000000000..e3a8bd45a9ee --- /dev/null +++ b/games-emulation/psemu-padjoy/ChangeLog @@ -0,0 +1,28 @@ +# ChangeLog for app-emulation/psemu-padjoy +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/ChangeLog,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +*psemu-padjoy-0.81 (14 Aug 2003) + + 14 Aug 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump + games.eclass support. + +*psemu-padjoy-0.62 (29 Jul 2002) + + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : + Added -ppc to keywords + + 29 Jul 2002; Stuart Bouyer <stubear@gentoo.org> psemu-padjoy-0.62.ebuild : + Version bump. Author changed version 62 to GPL. LICENSE added to ebuild. + +*psemu-padjoy-0.61 (27 Jul 2002) + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> psemu-padjoy-0.61.ebuild : + Added SLOT, LICENSE, and KEYWORDS="x86" + + 2 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-emulation/psemu-padjoy/Manifest b/games-emulation/psemu-padjoy/Manifest new file mode 100644 index 000000000000..dc76104cb58b --- /dev/null +++ b/games-emulation/psemu-padjoy/Manifest @@ -0,0 +1,4 @@ +MD5 9854361bcecd3f8f3c4a3f6b4820b9f8 files/digest-psemu-padjoy-0.81 57 +MD5 e4171d0010309486d615bb721570a2ff files/0.81-makefile-cflags.patch 386 +MD5 fd932ffe336fbd077d5caf39b4c3cc77 psemu-padjoy-0.81.ebuild 856 +MD5 e00ae4d57c8aac45b97fd1a9b2350266 ChangeLog 1343 diff --git a/games-emulation/psemu-padjoy/files/0.81-makefile-cflags.patch b/games-emulation/psemu-padjoy/files/0.81-makefile-cflags.patch new file mode 100644 index 000000000000..f3db0e0730fa --- /dev/null +++ b/games-emulation/psemu-padjoy/files/0.81-makefile-cflags.patch @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2003-08-14 01:55:53.161740568 -0400 ++++ src/Makefile 2003-08-14 01:56:01.737436864 -0400 +@@ -3,7 +3,7 @@ + BUILD = 8 + PLUGIN = libpadJoy-${VERSION}.${BUILD}.so + CFGPRG = cfgPadJoy +-CFLAGS = -fPIC -Wall -O2 -fomit-frame-pointer -D_REENTRANT ++CFLAGS = -fPIC -Wall $(OPTFLAGS) -D_REENTRANT + OBJECTS = pad.o + CFGOBJ = cfg.o + LIBS = $(shell gtk-config --libs) -lpthread diff --git a/games-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.81 b/games-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.81 new file mode 100644 index 000000000000..93d6c1942524 --- /dev/null +++ b/games-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.81 @@ -0,0 +1 @@ +MD5 19940dedd33d76255375cfd1ba14fd9a padJoy081.tgz 48344 diff --git a/games-emulation/psemu-padjoy/psemu-padjoy-0.81.ebuild b/games-emulation/psemu-padjoy/psemu-padjoy-0.81.ebuild new file mode 100644 index 000000000000..8150776c1955 --- /dev/null +++ b/games-emulation/psemu-padjoy/psemu-padjoy-0.81.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/psemu-padjoy-0.81.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +inherit games eutils + +DESCRIPTION="PSEmu plugin to use joysticks/gamepads in PSX-emulators" +HOMEPAGE="http://www.ammoq.com/" +SRC_URI="http://members.chello.at/erich.kitzmueller/ammoq/padJoy${PV//.}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="=x11-libs/gtk+-1*" + +S=${WORKDIR}/padJoy + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-makefile-cflags.patch +} + +src_compile() { + cd src + emake OPTFLAGS="${CFLAGS}" || die +} + +src_install() { + dodoc readme.txt + cd src + exeinto ${GAMES_LIBDIR}/psemu/plugins + doexe libpadJoy-* + exeinto ${GAMES_LIBDIR}/psemu/cfg + doexe cfgPadJoy + prepgamesdirs +} |