blob: 051e1e00cd86eb3dd4fd13d13e93a19f912bcf42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/easysok/easysok-0.3.3.ebuild,v 1.4 2004/06/15 09:58:07 mr_bones_ Exp $
inherit kde
need-kde 3
DESCRIPTION="Sokoban clone with editor, solver, and other neat goodies"
HOMEPAGE="http://easysok.sourceforge.net/"
SRC_URI="mirror://sourceforge/easysok/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="x86 ~amd64"
IUSE=""
|