diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 04:35:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 04:35:13 +0000 |
commit | 2775ea0c12cd45b75097e58521424b89f52f00e8 (patch) | |
tree | 067c217ce561e41c50514726f76468c54086bfa9 /games-arcade/gish-demo | |
parent | NOT removing older version (Manifest recommit) (diff) | |
download | gentoo-2-2775ea0c12cd45b75097e58521424b89f52f00e8.tar.gz gentoo-2-2775ea0c12cd45b75097e58521424b89f52f00e8.tar.bz2 gentoo-2-2775ea0c12cd45b75097e58521424b89f52f00e8.zip |
initial import
Diffstat (limited to 'games-arcade/gish-demo')
-rw-r--r-- | games-arcade/gish-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/gish-demo/Manifest | 6 | ||||
-rw-r--r-- | games-arcade/gish-demo/files/digest-gish-demo-1.0.0 | 1 | ||||
-rwxr-xr-x | games-arcade/gish-demo/files/gish-wrapper | 3 | ||||
-rw-r--r-- | games-arcade/gish-demo/gish-demo-1.0.0.ebuild | 39 | ||||
-rw-r--r-- | games-arcade/gish-demo/metadata.xml | 5 |
6 files changed, 62 insertions, 0 deletions
diff --git a/games-arcade/gish-demo/ChangeLog b/games-arcade/gish-demo/ChangeLog new file mode 100644 index 000000000000..c57a81975f10 --- /dev/null +++ b/games-arcade/gish-demo/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-arcade/gish-demo +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.1 2004/12/08 04:35:13 vapier Exp $ + +*gish-demo-1.0.0 (07 Dec 2004) + + 07 Dec 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/games-arcade/gish-demo/Manifest b/games-arcade/gish-demo/Manifest new file mode 100644 index 000000000000..6c252fe056fd --- /dev/null +++ b/games-arcade/gish-demo/Manifest @@ -0,0 +1,6 @@ +MD5 7977c11e83691c36be54d0da4416a489 ChangeLog 573 +MD5 f8918145816d07a24f99b9dc8cf0c371 metadata.xml 1685 +MD5 d1e61815b93c7f9adabe844fe09353c2 gish-demo-1.0.0.ebuild 974 +MD5 273cefc870c3f6d307c114b4385f75d3 files/digest-orbz-demo-2.00 68 +MD5 bac10298042de9c074d3848234c37b6d files/digest-orbz-demo-2.10 66 +MD5 21351c1f2a26f61575de34d7a28560f4 files/digest-gish-demo-1.0.0 68 diff --git a/games-arcade/gish-demo/files/digest-gish-demo-1.0.0 b/games-arcade/gish-demo/files/digest-gish-demo-1.0.0 new file mode 100644 index 000000000000..31c5a2ab20d1 --- /dev/null +++ b/games-arcade/gish-demo/files/digest-gish-demo-1.0.0 @@ -0,0 +1 @@ +MD5 0dbed978d02733c81e256058b4f295ff gishdemo-1.0.0.tar.gz 13637244 diff --git a/games-arcade/gish-demo/files/gish-wrapper b/games-arcade/gish-demo/files/gish-wrapper new file mode 100755 index 000000000000..691f1ba52118 --- /dev/null +++ b/games-arcade/gish-demo/files/gish-wrapper @@ -0,0 +1,3 @@ +#!/bin/sh +export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:." +exec ./gish "$@" diff --git a/games-arcade/gish-demo/gish-demo-1.0.0.ebuild b/games-arcade/gish-demo/gish-demo-1.0.0.ebuild new file mode 100644 index 000000000000..39e603be2c18 --- /dev/null +++ b/games-arcade/gish-demo/gish-demo-1.0.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.0.0.ebuild,v 1.1 2004/12/08 04:35:13 vapier Exp $ + +inherit games eutils + +DESCRIPTION="play as an amorphous ball of tar that rolls and squishes around" +HOMEPAGE="http://www.chroniclogic.com/gish.htm" +SRC_URI="ftp://demos.garagegames.com/gish/gishdemo-${PV}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* x86" +IUSE="" + +RDEPEND="virtual/libc + media-libs/libsdl + media-libs/openal + virtual/opengl + media-libs/libvorbis" + +S=${WORKDIR}/gishdemo + +src_install() { + local dir=${GAMES_PREFIX_OPT}/${PN} + dodir ${dir} ${GAMES_BINDIR} + + cp -a * "${D}"/${dir}/ + games_make_wrapper gish ./gish-wrapper ${dir} + + # looks like when they built the game they accidently + # linked it against openssl ... lets fake it + dosym /lib/libc.so.6 ${dir}/libssl.so.4 + dosym /lib/libc.so.6 ${dir}/libcrypto.so.4 + exeinto ${dir} + doexe ${FILESDIR}/gish-wrapper + + prepgamesdirs +} diff --git a/games-arcade/gish-demo/metadata.xml b/games-arcade/gish-demo/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-arcade/gish-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> |