From 2f212f3089011a76763234a1aa2dffe23a332d31 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Apr 2004 19:59:50 +0000 Subject: initial ebuild #39315 --- games-action/cylindrix/ChangeLog | 8 +++++ games-action/cylindrix/cylindrix-1.0.ebuild | 42 +++++++++++++++++++++++ games-action/cylindrix/files/digest-cylindrix-1.0 | 1 + games-action/cylindrix/metadata.xml | 5 +++ 4 files changed, 56 insertions(+) create mode 100644 games-action/cylindrix/ChangeLog create mode 100644 games-action/cylindrix/cylindrix-1.0.ebuild create mode 100644 games-action/cylindrix/files/digest-cylindrix-1.0 create mode 100644 games-action/cylindrix/metadata.xml (limited to 'games-action/cylindrix') diff --git a/games-action/cylindrix/ChangeLog b/games-action/cylindrix/ChangeLog new file mode 100644 index 000000000000..8f94c6d11ca7 --- /dev/null +++ b/games-action/cylindrix/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-action/cylindrix +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/ChangeLog,v 1.1 2004/04/18 19:59:50 vapier Exp $ + +*cylindrix-1.0 (18 Apr 2004) + + 18 Apr 2004; Mike Frysinger : + Initial import. Ebuild submitted by me/Mr Bones for #39315 by Matija Suklje (hook). diff --git a/games-action/cylindrix/cylindrix-1.0.ebuild b/games-action/cylindrix/cylindrix-1.0.ebuild new file mode 100644 index 000000000000..a785618480ba --- /dev/null +++ b/games-action/cylindrix/cylindrix-1.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.1 2004/04/18 19:59:50 vapier Exp $ + +inherit games + +DESCRIPTION="Action game in a tube" +HOMEPAGE="http://www.hardgeus.com/cylindrix/" +SRC_URI="http://www.hardgeus.com/cylindrix/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="virtual/x11 + >=media-libs/allegro-4.0.3" + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${A} + cd ${S} + sed -i "/g_DataPath/s:\./:${GAMES_DATADIR}/${PN}/:" sb_stub.c \ + || die "sed sb_stub.c failed" + find -name CVS -exec rm -rf '{}' \; >& /dev/null +} + +src_install() { + make install DESTDIR=${D} || die + insinto ${GAMES_DATADIR}/${PN} + doins people.dat cylindrx.fli + for d in 3d_data gamedata pcx_data ; do + insinto ${GAMES_DATADIR}/${PN}/${d} + doins ${d}/* + done + cp -r wav_data ${D}/${GAMES_DATADIR}/${PN}/ + + dodoc AUTHORS ChangeLog NEWS README + prepgamesdirs + fperms g+w ${GAMES_DATADIR}/${PN}/gamedata/game.cfg +} diff --git a/games-action/cylindrix/files/digest-cylindrix-1.0 b/games-action/cylindrix/files/digest-cylindrix-1.0 new file mode 100644 index 000000000000..642d89724684 --- /dev/null +++ b/games-action/cylindrix/files/digest-cylindrix-1.0 @@ -0,0 +1 @@ +MD5 914cf70b0a95f4a36cfdfde7edbaa240 cylindrix-1.0.tar.gz 5935587 diff --git a/games-action/cylindrix/metadata.xml b/games-action/cylindrix/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-action/cylindrix/metadata.xml @@ -0,0 +1,5 @@ + + + +games + -- cgit v1.2.3-65-gdbad