# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/methane-1.4.7.ebuild,v 1.2 2005/05/31 20:47:5$ inherit games DESCRIPTION="A futuristic ball game with simple rules" HOMEPAGE="http://benny.kramekweb.com/machineball/" SRC_URI="http://benny.kramekweb.com/machineball/${PN}-${PV}.i386.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="" src_unpack() { unpack $A } src_install() { S="${WORKDIR}/${PN}" cd "${S}" dogamesbin machineball || die "dogamesbin failed" dodoc README insinto /usr/share/pixmaps doins machineball-icon-64x64.xpm }