# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Henrik # $Header:$ S="${WORKDIR}/parsec" DESCRIPTION="Parsec - there is no safe distance" HOMEPAGE="http://openparsec.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" SRC_URI="http://public.www.planetmirror.com/pub/parsec/0197/parsec_lan_build0197.tar.gz ftp://planetmirror.com/pub/parsec/0197/parsec_lan_build0197.tar.gz http://ftp.webmonster.de/pub/parsec/parsec_lan_build0197.tar.gz" DEPEND="virtual/x11 virtual/opengl virtual/glut virtual/glu media-libs/openal" src_unpack() { unpack "parsec_lan_build0197.tar.gz" cd "${S}" } src_compile() { echo "No need to compile, binary distribution." } src_install () { cd "${S}" mkdir -p ${D}/opt/parsec cp -r * ${D}/opt/parsec } pkg_postinst() { einfo "######################################################################" einfo "# To start the game type "cd /opt/parsec/" and then "./launcher" to #" einfo "# start the game and have a lot of fun :-) #" einfo "######################################################################" }