diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 21:36:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 21:36:25 +0000 |
commit | 8e102f1eca054c20b3d8c22c7a299acc08ec92f8 (patch) | |
tree | baf891d9f58b8d727ed642d48090194566c485a2 /games-strategy | |
parent | Cleanup, mostly comments and quotes. (Manifest recommit) (diff) | |
download | gentoo-2-8e102f1eca054c20b3d8c22c7a299acc08ec92f8.tar.gz gentoo-2-8e102f1eca054c20b3d8c22c7a299acc08ec92f8.tar.bz2 gentoo-2-8e102f1eca054c20b3d8c22c7a299acc08ec92f8.zip |
initial ebuild #24206
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/glob2/files/digest-glob2-0.8.2 | 1 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.2.ebuild | 30 | ||||
-rw-r--r-- | games-strategy/glob2/metadata.xml | 12 |
4 files changed, 51 insertions, 0 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog new file mode 100644 index 000000000000..b72b5ea82654 --- /dev/null +++ b/games-strategy/glob2/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-strategy/glob2 +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.1 2004/02/21 21:36:25 vapier Exp $ + +*glob2-0.8.3 (21 Feb 2004) + + 21 Feb 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me for #24206. diff --git a/games-strategy/glob2/files/digest-glob2-0.8.2 b/games-strategy/glob2/files/digest-glob2-0.8.2 new file mode 100644 index 000000000000..a76c63957867 --- /dev/null +++ b/games-strategy/glob2/files/digest-glob2-0.8.2 @@ -0,0 +1 @@ +MD5 fe8f89b03fe56137203c12a72524ed09 glob2-0.8.2.tar.gz 3945089 diff --git a/games-strategy/glob2/glob2-0.8.2.ebuild b/games-strategy/glob2/glob2-0.8.2.ebuild new file mode 100644 index 000000000000..648a24d2e11e --- /dev/null +++ b/games-strategy/glob2/glob2-0.8.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.2.ebuild,v 1.1 2004/02/21 21:36:25 vapier Exp $ + +inherit games + +DESCRIPTION="state of the art Real Time Strategy (RTS) game" +HOMEPAGE="http://www.ysagoon.com/glob2/" +SRC_URI="http://www.ysagoon.com/glob2/data/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="opengl" + +DEPEND="media-libs/libsdl + =media-libs/freetype-2* + opengl? ( virtual/opengl ) + media-libs/libvorbis" + +src_compile() { + egamesconf `use_enable opengl` || die + emake || die +} + +src_install() { + make install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog NEWS README TODO + prepgamesdirs +} diff --git a/games-strategy/glob2/metadata.xml b/games-strategy/glob2/metadata.xml new file mode 100644 index 000000000000..fc67f56d09d1 --- /dev/null +++ b/games-strategy/glob2/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<longdescription> +Globulation2 is an innovative high quality Real-Time Strategy [RTS], +which minimizes micro-management by automatically assigning tasks to +the units. The player has to choose the number of units he wants for +the different tasks, and the units will do their best to satisfy the +requests. This allows to manage more units and to focus on strategies. +</longdescription> +</pkgmetadata> |