blob: c8e58ecdc73128b3084a1911c2343f36f9d13eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/tetrinet-0.10.ebuild,v 1.1 2003/09/17 18:01:56 msterret Exp $
inherit games
S=${WORKDIR}/tetrinet
DESCRIPTION="console based tetrinet inc. standalone server"
HOMEPAGE="http://achurch.org/tetrinet/"
SRC_URI="http://achurch.org/tetrinet/tetrinet.tar.gz"
LICENSE="as-is"
# don't mark this stable. There are still issues that need to be worked out.
KEYWORDS="~x86"
SLOT="0"
DEPEND=">=sys-libs/ncurses-5"
src_install() {
dogamesbin tetrinet tetrinet-server
dodoc README TODO tetrinet.txt
prepgamesdirs
}
|