# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit games DESCRIPTION="PiX Frogger is a clone of the classic game Frogger" HOMEPAGE="http://www.pixjuegos.com/?q=node/30" SRC_URI="http://www.pixjuegos.com/descargas/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_install() { exeinto ${GAMES_PREFIX}/${PN} local f for f in exec.so pixfrogger pixfrogger.dcb do doexe "${f}" || die "doexe ${f} failed" done for f in fnt fpg ogg wav do cp -r "${f}" "${D}${GAMES_PREFIX}/${PN}" done dogamesbin ${FILESDIR}/${PN} dodir /usr/share/pixmaps insinto /usr/share/pixmaps doins ${FILESDIR}/${PN}.xpm dodir /usr/share/applications insinto /usr/share/applications doins ${FILESDIR}/${PN}.desktop prepgamesdirs }