# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MOD_NAME="MetaBall" MOD_DIR="MetaBall" MOD_DESC="single-player puzzles with a rolling ball" MOD_BINS="metaball" inherit games games-mods MY_PV=${PV/./} HOMEPAGE="http://www.metaball.org/" SRC_URI="http://www.metaball.org/files/MetaBall${MY_PV}_noinstall.zip" pkg_postinst() { games-mods_pkg_postinst elog "To fix whiteness in the ball & screen, run:" elog " sed -i -e 's:UseRenderTargets=False:UseRenderTargets=True:' ~/.ut2004/MetaBall/system/MetaBall.ini" echo }