games-board/rftg - 9999 (booboo)

Search

Install

Install this version:

emerge -a =games-board/rftg-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-board/rftg-9999

Or alternatively:

emerge --autounmask-write -a =games-board/rftg-9999

Package Information

Description:
\"Race for the Galaxy\" card game.
Homepage:
http://keldon.net/rftg/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

inherit autotools git-r3

DESCRIPTION="\"Race for the Galaxy\" card game."
HOMEPAGE="http://keldon.net/rftg/"
SRC_URI=""

EGIT_REPO_URI="https://github.com/bnordli/rftg.git"

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

DEPEND="x11-libs/gtk+:2
	server? (
		virtual/libmysqlclient
	)"
RDEPEND="${DEPEND}"



src_prepare()
{
	eapply_user
	
	S=${S}/src
	cd src
	eautoreconf
}

src_configure()
{
	econf $(use_enable server) || die
}

src_install()
{
	emake DESTDIR="${D}" install || die
	if use server ; then
		dodoc ../sql/server-schema.sql
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-board/rftg | euse -E <flag> -p games-board/rftg | euse -D <flag> -p games-board/rftg

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

x11-libs/gtk+:2
	server? (
		virtual/libmysqlclient
	)

RDEPEND

x11-libs/gtk+:2
	server? (
		virtual/libmysqlclient
	)