summaryrefslogtreecommitdiff
blob: 9ed8e3b9a2afbd98f39d8ea47b113145ea835913 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8.ebuild,v 1.2 2006/04/12 00:08:45 mr_bones_ Exp $

inherit games

DESCRIPTION="NGStar is a clone of a HP48 game called dstar"
HOMEPAGE="http://cycojesus.free.fr/faire/coder/jouer/ng-star/"
SRC_URI="http://cycojesus.free.fr/faire/coder/jouer/ng-star/files/${P}-src.tar.bz2"

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

DEPEND="sys-libs/ncurses"

src_compile() {
	./configure \
		--prefix "${GAMES_PREFIX}" \
		--without-fltk2 || die "configure failed"
	emake || die "emake failed"
}

src_install() {
	egamesinstall
	dodoc AUTHORS Changelog README TODO
	prepgamesdirs
}