# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gpe DESCRIPTION="Othello clone for the GPE Palmtop Environment" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" SRC_URI="${GPE_MIRROR}/${PN}-${PV/_p/-}.tar.${GPE_TARBALL_SUFFIX}" S="${WORKDIR}/${PN}-${PV/_p/-}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/fix-makefiles.patch" } RDEPEND="${RDEPEND} gpe-base/libgpewidget" DEPEND="${DEPEND} ${RDEPEND}"