# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games MY_P="n_v${PV/./}_linux" DESCRIPTION="A game similar to Lode Runner that also includes a physics simulation" HOMEPAGE="http://www.harveycartel.org/metanet/n.html" SRC_URI="http://www.harveycartel.org/metanet/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" IUSE="" RESTRICT="nostrip" RDEPEND="virtual/x11 sys-libs/lib-compat =x11-libs/gtk+-1.2* sys-libs/zlib" S="${WORKDIR}/${MY_P}" src_install() { local dir="${GAMES_PREFIX_OPT}/${PN}" exeinto "${dir}" doexe n_v13c || die "doexe failed" games_make_wrapper n ./n_v13c ${dir} dodoc readme.txt n_cheats.txt prepgamesdirs }