# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit versionator games MY_P=${PN}-$(get_version_component_range 1).~-$(get_version_component_range 2-3) DESCRIPTION="highly addictive and remotely related to tetris" HOMEPAGE="http://www.karimmi.de/cuyo/" SRC_URI="http://savannah.nongnu.org/download/cuyo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="sys-libs/zlib media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-image" S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${P}-gcc44.patch } src_install() { emake iconsdir=/usr/share/icons/hicolor \ DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README TODO prepgamesdirs }