From d972474afce251e2a2aeb63bec8ab863bb1abf30 Mon Sep 17 00:00:00 2001 From: Elijah El Lazkani Date: Mon, 24 Jun 2013 02:50:09 -0400 Subject: Added curseofwar game... --- games-strategy/curseofwar/curseofwar-9999.ebuild | 29 ++++++++++++++++++++++++ games-strategy/curseofwar/metadata.xml | 9 ++++++++ 2 files changed, 38 insertions(+) create mode 100644 games-strategy/curseofwar/curseofwar-9999.ebuild create mode 100644 games-strategy/curseofwar/metadata.xml diff --git a/games-strategy/curseofwar/curseofwar-9999.ebuild b/games-strategy/curseofwar/curseofwar-9999.ebuild new file mode 100644 index 0000000..f6c0468 --- /dev/null +++ b/games-strategy/curseofwar/curseofwar-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit games git-2 + +DESCRIPTION="Real Time Strategy Game for Linux" +HOMEPAGE="https://github.com/a-nikolaev/curseofwar" +EGIT_REPO_URI="https://github.com/a-nikolaev/${PN}.git" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + app-shells/bash + sys-libs/ncurses" +DEPEND="${RDEPEND} + sys-devel/gcc" + +src_configure() { + sed -i -e 's/CFLAGS\ \ =/CFLAGS\ \ \+=/' Makefile || \ + die "couldn't patch Makefil CFLAGS" + sed -i -e 's/LDFLAGS\ =/LDFLAGS\ \+=/' Makefile || \ + die "couldn't patch Makefil LDFLAGS" +} diff --git a/games-strategy/curseofwar/metadata.xml b/games-strategy/curseofwar/metadata.xml new file mode 100644 index 0000000..f79ee1e --- /dev/null +++ b/games-strategy/curseofwar/metadata.xml @@ -0,0 +1,9 @@ + + + + + ThyArmageddon+Gentoo@Gmail.com + Elijah El Lazkani + + This is a fast-paced action strategy game for Linux implemented using ncurses user interface. + -- cgit v1.2.3-65-gdbad