# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)" HOMEPAGE="http://www.loosersjuegos.com.ar/pagina.php?nombre=proyecto_don_ceferino..." SRC_URI="http://www.loosersjuegos.com.ar/descargas/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/libsdl-1.2 >=media-libs/sdl-image-1.2 >=media-libs/sdl-mixer-1.2" src_install() { egamesinstall rm -rf ${D}${GAMES_DATADIR}/doc dodoc AUTHORS ChangeLog INSTALL README README_ES TODO prepgamesdirs }