19 lines
379 B
Bash
19 lines
379 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit kde
|
|
|
|
DESCRIPTION="Sudoku Puzzle Generator and Solver for KDE."
|
|
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=28792"
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
need-kde 3
|
|
|
|
|