summaryrefslogtreecommitdiff
blob: 8c26af65c2476e572257123908d345c8b9d9c16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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}"