# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software. This program is designed as a cross-platform replacement for the original executable and uses the SDL library." HOMEPAGE="http://membres.lycos.fr/cyxdown/reminiscence" SRC_URI="http://membres.lycos.fr/cyxdown/reminiscence/REminiscence-0.1.8.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libsdl" # Source directory; the dir where the sources can be found (automatically # unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} # If you don't need to change it, leave the S= line out of the ebuild # to keep it tidy. S=${WORKDIR}/REminiscence-0.1.8 src_compile() { emake || die "emake failed" } src_install() { newgamesbin rs reminiscence || die install failed dodoc README dodoc TODO } pkg_postinst() { einfo "To play the game, you need the DATA directory of the english DOS version," einfo "For sound, you will need the Amiga versions .mod files." echo einfo "Usage: reminiscence [OPTIONS]..." einfo " --datapath=PATH Path to data files (default 'DATA')" einfo " --savepath=PATH Path to save files (default '.') " echo games_pkg_postinst }