summaryrefslogtreecommitdiff
blob: e44f8899999fbc5ed539b2604085c08c1d058afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/chesstask-1.3.ebuild,v 1.4 2003/08/06 07:55:38 vapier Exp $

inherit eutils

S=${WORKDIR}/${PN}1_3
DESCRIPTION="An editor for chess problems. It will generate PostScript and HTML files."
HOMEPAGE="http://chesstask.sourceforge.net/"
SRC_URI="mirror://sourceforge/chesstask/ChessTask1_3src.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc"

DEPEND=">=x11-libs/qt-3
	app-text/tetex"

src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/Makefile-1.3.diff
}


src_compile() {
	emake || die
}

src_install() {
	dobin ChessTask
}