blob: 4b30c76d18ede2e2a233fb59e10b3c76a38ebd40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/kwappen/kwappen-1.1.2.ebuild,v 1.4 2004/06/24 22:19:11 agriffis Exp $
inherit kde
need-kde 3
DESCRIPTION="A jigsaw puzzle game for the KDE environment"
HOMEPAGE="http://www.lcs-chemie.de/kwappen_eng.htm"
SRC_URI="http://www.lcs-chemie.de/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
|