# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Another tetris clone" HOMEPAGE="http://www.voria.org/" SRC_URI="http://www.voria.org/files/tetris/tetris-${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer media-libs/sdl-ttf" RDEPEND="" src_install() { emake DESTDIR="${D}" install || die "emake install failed" newicon data/image/icon.xpm ${PN}.xpm make_desktop_entry ${PN} "Tetris!" prepgamesdirs }