# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="elitaire is an efl based solitaire card game" HOMEPAGE="http://www.mowem.de/elitaire/" SRC_URI="http://www.mowem.de/elitaire/${P}.tar.gz" LICENSE="AS-IS" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="x11-libs/evas media-libs/edje x11-libs/ecore x11-libs/esmart" RDEPEND="" RESTRICT="nomirror" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/elitaire_local_to_share.patch } src_compile() { egamesconf || die "econf failed" emake || die "emake failed" } src_install() { egamesinstall || die "einstall failed" }