# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: initial version Ron Simpkin doobedoobedo@quake3world.com IUSE="" DESCRIPTION="Kids card/puzzle game" SRC_URI="http://imagic.weizmann.ac.il/~dov/freesw/matritsa-0.1.1.tar.gz" HOMEPAGE="http://imagic.weizmann.ac.il/~dov/freesw/matritsa.html" S="${WORKDIR}/${P}" SLOT="0" LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/x11 >=x11-libs/gtk+-1.1.10" src_unpack() { unpack ${A} } src_compile() { econf emake || die } src_install() { einstall dodoc README NEWS AUTHORS COPYING TODO }