summaryrefslogtreecommitdiff
blob: 590e357f12da1f902bb9d6309b36780dfb5d5f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quintalign/quintalign-1.0.1.ebuild,v 1.1 2006/05/21 10:47:23 tupone Exp $

inherit kde
need-kde 3

DESCRIPTION="A one player boardgame - similar to Tetris"
HOMEPAGE="http://www.heni-online.de/linux/"
SRC_URI="http://www.heni-online.de/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

PATCHES="${FILESDIR}/${P}"-gcc34.patch

src_unpack() {
	kde_src_unpack
	rm "${S}"/quintalign/doc/quintalign/dtd/kdex.dtd
}