diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 19:59:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 19:59:50 +0000 |
commit | 2f212f3089011a76763234a1aa2dffe23a332d31 (patch) | |
tree | 3fd37c35fbb54a157f50c47f37ccd77456982cec /games-action/cylindrix | |
parent | New release (0.5). Cosmetic fixes. (Manifest recommit) (diff) | |
download | gentoo-2-2f212f3089011a76763234a1aa2dffe23a332d31.tar.gz gentoo-2-2f212f3089011a76763234a1aa2dffe23a332d31.tar.bz2 gentoo-2-2f212f3089011a76763234a1aa2dffe23a332d31.zip |
initial ebuild #39315
Diffstat (limited to 'games-action/cylindrix')
-rw-r--r-- | games-action/cylindrix/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/cylindrix/cylindrix-1.0.ebuild | 42 | ||||
-rw-r--r-- | games-action/cylindrix/files/digest-cylindrix-1.0 | 1 | ||||
-rw-r--r-- | games-action/cylindrix/metadata.xml | 5 |
4 files changed, 56 insertions, 0 deletions
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 <vapier@gentoo.org> : + 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |