summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-09 14:40:08 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-09 14:40:08 +0000
commit0f43af9d79805e4424303d7d9117e32d6ef708a7 (patch)
tree46b875fe327f9c43728f263464f4d404ff9b27d3 /games-strategy/darwinia-demo
parentAdded Introversion license. (diff)
downloadgentoo-2-0f43af9d79805e4424303d7d9117e32d6ef708a7.tar.gz
gentoo-2-0f43af9d79805e4424303d7d9117e32d6ef708a7.tar.bz2
gentoo-2-0f43af9d79805e4424303d7d9117e32d6ef708a7.zip
Initial import. Ebuild by <dkaloper@mjesec.ffzg.hr>. Closing bug #85834.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-strategy/darwinia-demo')
-rw-r--r--games-strategy/darwinia-demo/ChangeLog10
-rw-r--r--games-strategy/darwinia-demo/darwinia-demo-1.2.1.ebuild47
-rw-r--r--games-strategy/darwinia-demo/files/digest-darwinia-demo-1.2.11
-rw-r--r--games-strategy/darwinia-demo/metadata.xml5
4 files changed, 63 insertions, 0 deletions
diff --git a/games-strategy/darwinia-demo/ChangeLog b/games-strategy/darwinia-demo/ChangeLog
new file mode 100644
index 000000000000..84759d4783b5
--- /dev/null
+++ b/games-strategy/darwinia-demo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-strategy/darwinia-demo
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.1 2005/09/09 14:40:08 wolf31o2 Exp $
+
+*darwinia-demo-1.2.1 (09 Sep 2005)
+
+ 09 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+ +darwinia-demo-1.2.1.ebuild:
+ Initial import. Ebuild by <dkaloper@mjesec.ffzg.hr>. Closing bug #85834.
+
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.2.1.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.2.1.ebuild
new file mode 100644
index 000000000000..74667cef58bd
--- /dev/null
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.2.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.2.1.ebuild,v 1.1 2005/09/09 14:40:08 wolf31o2 Exp $
+
+inherit eutils games
+
+DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators."
+HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html"
+SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${P}.sh"
+
+LICENSE="Introversion"
+SLOT="0"
+KEYWORDS="-* ~x86"
+IUSE=""
+RESTRICT="nostrip"
+
+S=${WORKDIR}
+dir=${GAMES_PREFIX_OPT}/${PN}
+Ddir=${D}/${dir}
+
+pkg_setup() {
+ check_license
+ games_pkg_setup
+}
+
+src_unpack() {
+ unpack_makeself
+}
+
+src_install() {
+ dodir ${dir} ${GAMES_BINDIR} || die "failed to create dirs"
+ into ${dir}
+ dolib lib/lib{gcc_s.so.1,SDL-1.2.so.0,vorbis{.so.0,file.so.3},ogg.so.0} \
+ || die "Copying libraries"
+ exeinto ${dir}/lib
+ doexe lib/{darwinia.bin.x86,open-www.sh} || die "copying executables"
+ insinto ${dir}/lib
+ doins lib/{sounds,main,language}.dat || die "copying data files"
+ insinto ${dir}
+ dodoc README || die "copying docs"
+
+ exeinto ${dir}
+ doexe bin/Linux/x86/darwinia || die "couldn't do exe"
+
+ games_make_wrapper darwinia-demo ./darwinia ${dir}
+ prepgamesdirs
+}
diff --git a/games-strategy/darwinia-demo/files/digest-darwinia-demo-1.2.1 b/games-strategy/darwinia-demo/files/digest-darwinia-demo-1.2.1
new file mode 100644
index 000000000000..7c9be7f23ac7
--- /dev/null
+++ b/games-strategy/darwinia-demo/files/digest-darwinia-demo-1.2.1
@@ -0,0 +1 @@
+MD5 91912c7e2c321c964deee0d311ae39f3 darwinia-demo-1.2.1.sh 16257368
diff --git a/games-strategy/darwinia-demo/metadata.xml b/games-strategy/darwinia-demo/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-strategy/darwinia-demo/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+</pkgmetadata>