summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:20:01 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-17 13:20:01 +0000
commit72ac62a6f469f9ac898acc80bc8459928877653c (patch)
tree716d6c64c253e8af897c8de6b655f902c4fb3adb /games-simulation/bcs-demo
parentCorrected plone-2.0.5-r2 patch (diff)
downloadgentoo-2-72ac62a6f469f9ac898acc80bc8459928877653c.tar.gz
gentoo-2-72ac62a6f469f9ac898acc80bc8459928877653c.tar.bz2
gentoo-2-72ac62a6f469f9ac898acc80bc8459928877653c.zip
Moved from games-simulation/bcsdemo to games-simulation/bcs-demo.
Diffstat (limited to 'games-simulation/bcs-demo')
-rw-r--r--games-simulation/bcs-demo/ChangeLog20
-rw-r--r--games-simulation/bcs-demo/Manifest4
-rw-r--r--games-simulation/bcs-demo/bcs-demo-1.3.ebuild45
-rw-r--r--games-simulation/bcs-demo/files/digest-bcs-demo-1.31
-rw-r--r--games-simulation/bcs-demo/metadata.xml30
5 files changed, 100 insertions, 0 deletions
diff --git a/games-simulation/bcs-demo/ChangeLog b/games-simulation/bcs-demo/ChangeLog
new file mode 100644
index 000000000000..be40d7008423
--- /dev/null
+++ b/games-simulation/bcs-demo/ChangeLog
@@ -0,0 +1,20 @@
+# ChangeLog for games-simulation/bcsdemo
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.1 2006/04/17 13:20:01 wolf31o2 Exp $
+
+*bcs-demo-1.3 (17 Apr 2006)
+
+ 17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+ +bcs-demo-1.3.ebuild:
+ Moved from games-simulation/bcsdemo to games-simulation/bcs-demo.
+
+ 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> bcsdemo-1.3.ebuild:
+ Making games last on inherit line.
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> bcsdemo-1.3.ebuild:
+ Changed check_license to explicitly list license to check.
+
+*bcsdemo-1.3 (07 Oct 2003)
+
+ 07 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/games-simulation/bcs-demo/Manifest b/games-simulation/bcs-demo/Manifest
new file mode 100644
index 000000000000..e01c98024a41
--- /dev/null
+++ b/games-simulation/bcs-demo/Manifest
@@ -0,0 +1,4 @@
+MD5 107984a431ea02da424a28d39ca0085c bcsdemo-1.3.ebuild 956
+MD5 bcc4d28828c4a7a7c4d34ba1297f1eaa ChangeLog 594
+MD5 87a3fa62f18149f5154f7ede9cc1fee5 metadata.xml 1472
+MD5 8f613753436d80b8219bffa31e4c5a39 files/digest-bcsdemo-1.3 65
diff --git a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild
new file mode 100644
index 000000000000..704fe61ddbd7
--- /dev/null
+++ b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.1 2006/04/17 13:20:01 wolf31o2 Exp $
+
+inherit eutils games
+
+DESCRIPTION="design and build bridges and then stress test them with trains"
+HOMEPAGE="http://garagegames.com/pg/product/view.php?id=17"
+SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin"
+
+LICENSE="BCS"
+SLOT="0"
+KEYWORDS="-* x86"
+IUSE=""
+
+RDEPEND="media-libs/openal"
+
+S=${WORKDIR}
+
+pkg_setup() {
+ check_license BCS
+ games_pkg_setup
+}
+
+src_unpack() {
+ unpack_makeself
+}
+
+src_install() {
+ local dir=${GAMES_PREFIX_OPT}/bcs-demo
+ dodir ${dir} ${GAMES_BINDIR}
+
+ tar -zxf bcsdemo.tar.gz -C ${D}/${dir} || die "extracting bcsdemo.tar.gz"
+
+ exeinto ${dir}
+ doexe bin/Linux/x86/rungame.sh
+ dosym ${dir}/rungame.sh ${GAMES_BINDIR}/bcs-demo
+
+ insinto ${dir}
+ doins *.cfg
+
+ dodoc readme*
+
+ prepgamesdirs
+}
diff --git a/games-simulation/bcs-demo/files/digest-bcs-demo-1.3 b/games-simulation/bcs-demo/files/digest-bcs-demo-1.3
new file mode 100644
index 000000000000..3a1b748531cd
--- /dev/null
+++ b/games-simulation/bcs-demo/files/digest-bcs-demo-1.3
@@ -0,0 +1 @@
+MD5 ed370f8925f573429ffd810703149ca8 bcsdemo_v1_3.sh.bin 5965217
diff --git a/games-simulation/bcs-demo/metadata.xml b/games-simulation/bcs-demo/metadata.xml
new file mode 100644
index 000000000000..73ccf0d97cf8
--- /dev/null
+++ b/games-simulation/bcs-demo/metadata.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+ <email>vapier@gentoo.org</email>
+ <name>Mike Frysinger</name>
+</maintainer>
+<longdescription>
+Building a bridge that doesn't break is what its all about, although watching
+your bridge creation break and plunge a train into the watery depths below can be
+half the fun. In the Bridge Construction Set you design and build bridges and
+then stress test them to see how your creations hold up under pressure. If when
+test vehicles pass over your bridge they make it safely across you know you've
+succeeded. If they plummet into the river you know you need to go back to the
+drawing board.
+
+The robust physics deployed in the Bridge Construction Set let you build a wide
+variety of bridges that can span the river. The 3D graphics allow you to view
+your bridge from any angle including a first person train view - its like being
+strapped to the front of the train when your bridge is first tested (if this
+happened in real life I think we might have engineers checking all their bridges
+in a simulator).
+
+The Bridge Construction Set includes many types of bridge building levels in
+varying degrees of difficulty from simple to complex with a tutorial secition to
+get you started. A Level Editor is also included so you can create your own
+levels and trade them with others.
+</longdescription>
+</pkgmetadata>