# Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Initial version by Ron Simpkin ron@doobedoobedo.org DESCRIPTION="Planets is a simple interactive program for playing with simulations of planetary systems" SRC_URI="http://planets.homedns.org/dist/${PV}/${PN}.tgz" HOMEPAGE="http://planets.homedns.org/" LICENSE="GPL" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="dev-lang/ocaml" RDEPEND="" S=${WORKDIR}/${PN} src_unpack() { unpack ${PN}.tgz } src_compile() { make clean make planets || die } src_install () { dodir /usr/games/bin insinto /usr/games/bin doins planets fperms 750 /usr/games/bin/planets fowners games:games /usr/games/bin/planets dodoc CREDITS CHANGES TODO KEYBINDINGS.txt uni.9 }