# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games eutils MY_P="n_v1linux" MY_PV="${PV/./}" OFFSET=1307056 DESCRIPTION="A game similar to Lode Runner that also includes a physics simulation" HOMEPAGE="http://www.thewayoftheninja.org" SRC_URI="http://www.harveycartel.org/metanet/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="*" IUSE="" RDEPEND=">=net-www/netscape-flash-6" S="${WORKDIR}/${MY_P}" src_compile() { dd if="n_v${MY_PV}" of="n.swf" bs=1 skip=${OFFSET} || die } src_install() { local dir="${GAMES_PREFIX_OPT}/${PN}" insinto "${dir}" doins n.swf userlevels.txt || die dodoc editor_manual.txt n_cheats.txt readme.txt || die doicon "${FILESDIR}/n.png" || die games_make_wrapper n '"${BROWSER}" ./n.swf' "${dir}" || die make_desktop_entry n 'N' n.png || die prepgamesdirs }