# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="card-based space strategy game" HOMEPAGE="http://killerbeesoftware.com/" SRC_URI="http://killerbeesoftware.com/kbsgames/demos/GCDemoLinux.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR}/Galacticards dir=${GAMES_PREFIX_OPT}/${PN} RDEPEND="media-libs/openal media-libs/libsdl media-libs/libogg media-libs/libvorbis virtual/x11" src_install () { insinto ${dir} doins main.cs find PAS common -type d | while read name do insinto ${dir}/${name} doins ${name}/* done exeinto ${dir} doexe Galacticards.bin games_make_wrapper ${PN} ./Galacticards.bin "${dir}" "${dir}" dodoc Galacticards.doc README.linux ReadMe.txt prepgamesdirs }