# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/quintalign/quintalign-1.0.ebuild,v 1.4 2004/06/24 23:09:08 agriffis 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="" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/quintalign-1.0-gcc-3.4.patch rm ${S}/quintalign/doc/quintalign/dtd/kdex.dtd }