diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 17:34:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 17:34:21 +0000 |
commit | 60ff967a36a8212c89cda6f392e0701f69f31830 (patch) | |
tree | 76566f246241e30a99c00a22843609cd8d4d4823 /games-engines/frotz | |
parent | few cleanups, + forced -j1 during make (diff) | |
download | gentoo-2-60ff967a36a8212c89cda6f392e0701f69f31830.tar.gz gentoo-2-60ff967a36a8212c89cda6f392e0701f69f31830.tar.bz2 gentoo-2-60ff967a36a8212c89cda6f392e0701f69f31830.zip |
welcome to games-engines
Diffstat (limited to 'games-engines/frotz')
-rw-r--r-- | games-engines/frotz/ChangeLog | 21 | ||||
-rw-r--r-- | games-engines/frotz/Manifest | 4 | ||||
-rw-r--r-- | games-engines/frotz/files/digest-frotz-2.43 | 1 | ||||
-rw-r--r-- | games-engines/frotz/files/frotz-2.42-makefile.patch | 16 | ||||
-rw-r--r-- | games-engines/frotz/frotz-2.43.ebuild | 31 |
5 files changed, 73 insertions, 0 deletions
diff --git a/games-engines/frotz/ChangeLog b/games-engines/frotz/ChangeLog new file mode 100644 index 000000000000..2ce8589acd0a --- /dev/null +++ b/games-engines/frotz/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for app-games/frotz +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.1 2003/09/09 17:34:21 vapier Exp $ + +*frotz-2.43 (02 Nov 2002) + + 02 Nov 2002; Arcady Genkin <agenkin@gentoo.org> frotz-2.43.ebuild : + Fixed unneeded alsa-oss dependency for people who have 'oss', but not + 'alsa' in their USE. Got rid of the patch, as it is not really needed. + Updated to the latest version while I was at it. + +*frotz-2.42 (15 Jul 2002) + + 21 Sep 2002; Mike Frysinger <vapier@gentoo.org> : + Filled out the rest of the ebuild (wasnt installing docs/shared files) + + 19 Sep 2002; Mike Frysinger <vapier@gentoo.org> : + Changed the OSS diff to a patch #8152 + + 15 Jul 2002; J. Alberto S. L. <bass@gentoo.org> frotz-2.4.2.ebuild: + First relase diff --git a/games-engines/frotz/Manifest b/games-engines/frotz/Manifest new file mode 100644 index 000000000000..a448e00f6ed3 --- /dev/null +++ b/games-engines/frotz/Manifest @@ -0,0 +1,4 @@ +MD5 10808d4bfe4ae7003685dc9b2e8d246a ChangeLog 840 +MD5 daeb72c4689c5c8ad99db17c99e00ae9 frotz-2.43.ebuild 906 +MD5 32133b094b45d1db7b013484450dc127 files/digest-frotz-2.43 62 +MD5 a4000400c7a971ee3ff869b4f55ef2a3 files/frotz-2.42-makefile.patch 527 diff --git a/games-engines/frotz/files/digest-frotz-2.43 b/games-engines/frotz/files/digest-frotz-2.43 new file mode 100644 index 000000000000..9207fcf8f40e --- /dev/null +++ b/games-engines/frotz/files/digest-frotz-2.43 @@ -0,0 +1 @@ +MD5 efe51879e012b92bb8d5f4a82e982677 frotz-2.43.tar.gz 160771 diff --git a/games-engines/frotz/files/frotz-2.42-makefile.patch b/games-engines/frotz/files/frotz-2.42-makefile.patch new file mode 100644 index 000000000000..d7c02d3d66d4 --- /dev/null +++ b/games-engines/frotz/files/frotz-2.42-makefile.patch @@ -0,0 +1,16 @@ +--- Makefile Fri Sep 20 07:49:13 2002 ++++ Makefile.new Fri Sep 20 07:49:00 2002 +@@ -36,11 +36,11 @@ + # Uncomment this if you have an OSS soundcard driver and want classical + # Infocom sound support. Currently this works only for Linux. + # +-#SOUND_DEFS = -DOSS_SOUND ++SOUND_DEFS = -DOSS_SOUND + + # Also uncomment this if you want sound through the OSS driver. + # +-#SOUND_LIB = -lossaudio ++SOUND_LIB = + + # This should point to the location of your curses.h or ncurses.h include + # file if your compiler doesn't know about it. diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild new file mode 100644 index 000000000000..89aaa477e86a --- /dev/null +++ b/games-engines/frotz/frotz-2.43.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.1 2003/09/09 17:34:21 vapier Exp $ + +DESCRIPTION="Curses based interpreter for Z-code based text games" +HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/" +SRC_URI="http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" +IUSE="oss alsa" + +DEPEND="sys-libs/ncurses + alsa? ( oss? ( media-libs/alsa-oss ) )" + +src_compile() { + local MAKE_OPTS="CONFIG_DIR=/etc" + use oss && MAKE_OPTS="${MAKE_OPTS} SOUND_DEFS=-DOOS_SOUND" + emake ${MAKE_OPTS} || die +} + +src_install () { + into /usr + dobin frotz + doman frotz.6 + dodoc AUTHORS BUGS COPYING ChangeLog HOW_TO_PLAY INSTALL NOTES README TODO + + insinto /usr/share/${P}/ + doins frotz.conf-big frotz.conf-small +} |