# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A simple light puzzle for the GPE Palmtop Environment" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 arm" DOCS="" inherit eutils gpe src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/fix-makefiles.patch } RDEPEND="${RDEPEND} >=gpe-base/libgpewidget-0.102" DEPEND="${DEPEND} ${RDEPEND}"