blob: 614801a1d308ae3b68feb2c89b306055cb267f03 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/easysok/easysok-0.3.5.ebuild,v 1.2 2009/11/10 20:11:06 ssuominen Exp $
ARTS_REQUIRED=never
inherit eutils kde
DESCRIPTION="Sokoban clone with editor, solver, and other neat goodies"
HOMEPAGE="http://easysok.sourceforge.net/"
SRC_URI="mirror://sourceforge/easysok/${P}-kde3.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
need-kde 3.5
src_unpack () {
kde_src_unpack
cd "${S}"
if use ppc; then
epatch "${FILESDIR}"/image_effect-ppc.patch
fi
}
|