# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators." HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html" SRC_URI="http://www.introversion.co.uk/darwinia/downloads//darwinia-demo-1.1.2.sh" LICENSE="Introversion" SLOT="0" KEYWORDS="-* ~x86" IUSE="" RESTRICT="nostrip" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} pkg_setup() { check_license games_pkg_setup } src_unpack() { unpack_makeself } src_install() { dodir ${dir} ${GAMES_BINDIR} || die "failed to create dirs" mv lib README ${D}/${dir} || die "motionless..." exeinto ${dir} doexe bin/Linux/x86/darwinia || die "couldn't do exe" games_make_wrapper darwinia-demo ./darwinia ${dir} prepgamesdirs }