blob: 93a453bdc20eb1c37636bdfc68e67502211caf2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-5.06.ebuild,v 1.4 2004/06/24 22:17:44 agriffis Exp $
inherit games
DESCRIPTION="Console based chess interface"
SRC_URI="mirror://gnu/chess/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/chess/chess.html"
KEYWORDS="x86 ppc sparc"
LICENSE="GPL-2"
SLOT="0"
src_install () {
egamesinstall || die
dodoc AUTHORS ChangeLog INSTALL NEWS TODO doc/README || die "dodoc failed"
prepgamesdirs
}
|