diff options
author | 2003-09-10 06:26:50 +0000 | |
---|---|---|
committer | 2003-09-10 06:26:50 +0000 | |
commit | 4f424010291763e4564f0f5733806bc86f0f849e (patch) | |
tree | bed7e0fab933fd28b1232e926962c69a1178b563 /games-rpg/planeshift | |
parent | initial import. buig 26371 (diff) | |
download | historical-4f424010291763e4564f0f5733806bc86f0f849e.tar.gz historical-4f424010291763e4564f0f5733806bc86f0f849e.tar.bz2 historical-4f424010291763e4564f0f5733806bc86f0f849e.zip |
i lub rpgs
Diffstat (limited to 'games-rpg/planeshift')
-rw-r--r-- | games-rpg/planeshift/ChangeLog | 26 | ||||
-rw-r--r-- | games-rpg/planeshift/Manifest | 4 | ||||
-rw-r--r-- | games-rpg/planeshift/files/digest-planeshift-0.2.010-r1 | 1 | ||||
-rw-r--r-- | games-rpg/planeshift/files/planeshift | 5 | ||||
-rw-r--r-- | games-rpg/planeshift/planeshift-0.2.010-r1.ebuild | 49 |
5 files changed, 85 insertions, 0 deletions
diff --git a/games-rpg/planeshift/ChangeLog b/games-rpg/planeshift/ChangeLog new file mode 100644 index 000000000000..67e658d59710 --- /dev/null +++ b/games-rpg/planeshift/ChangeLog @@ -0,0 +1,26 @@ +# ChangeLog for app-games/planeshift +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/ChangeLog,v 1.1 2003/09/10 06:26:50 vapier Exp $ + +*planeshift-0.2.010-r1 (10 Jul 2003) + + 10 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Version bumped to fix all known problems. Thanks to everyone at + #20181 and especially Matze Braun <matze@braunis.de>. + +*planeshift-0.2.010 (16 Apr 2003) + + 19 May 2003; Thomas Raschbacher <lrodvan@gentoo.org>: + exporting CRYSTAL in src_compile now so configure can find cs-config + + 27 Apr 2003; Mike Frysinger <vapier@gentoo.org> : + Added game.eclass support. + + 18 Apr 2003; Philip Walls <malverian@gentoo.org> + planeshift-0.2.010.ebuild : + Do not install some other autoconf/build scripts and files. Thanks + seemant :) + + 16 Apr 2003; Philip Walls <malverian@gentoo.org> + planeshift-0.2.010.ebuild : + Initial import. diff --git a/games-rpg/planeshift/Manifest b/games-rpg/planeshift/Manifest new file mode 100644 index 000000000000..f1204d840d63 --- /dev/null +++ b/games-rpg/planeshift/Manifest @@ -0,0 +1,4 @@ +MD5 b8b8a31f70400cd54c5b8cfea9af368a files/planeshift 116 +MD5 a6b3c03bb00760172f490ae59e50cd32 files/digest-planeshift-0.2.010-r1 73 +MD5 da6ad4506f7244d14a8de8afa9160eb3 ChangeLog 945 +MD5 c60ef7306ba08421ab93864c3227a0cc planeshift-0.2.010-r1.ebuild 1412 diff --git a/games-rpg/planeshift/files/digest-planeshift-0.2.010-r1 b/games-rpg/planeshift/files/digest-planeshift-0.2.010-r1 new file mode 100644 index 000000000000..50efac0de0b7 --- /dev/null +++ b/games-rpg/planeshift/files/digest-planeshift-0.2.010-r1 @@ -0,0 +1 @@ +MD5 2154e32d098d57061c218d866e9fb95a planeshift-0.2.010.tar.bz2 84205583 diff --git a/games-rpg/planeshift/files/planeshift b/games-rpg/planeshift/files/planeshift new file mode 100644 index 000000000000..3f8df5f0e326 --- /dev/null +++ b/games-rpg/planeshift/files/planeshift @@ -0,0 +1,5 @@ +#!/bin/sh +export CRYSTAL=GENTOO_CRYSTAL_DIR +export CEL=GENTOO_CEL_DIR +cd GENTOO_PLANESHIFT_DIR +exec ./psclient ${@} diff --git a/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild b/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild new file mode 100644 index 000000000000..1c7b340675a1 --- /dev/null +++ b/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild,v 1.1 2003/09/10 06:26:50 vapier Exp $ + +inherit games + +HOMEPAGE="http://www.planeshift.it/" +SRC_URI="mirror://gentoo/distfiles/${P}.tar.bz2" +DESCRIPTION="virtual fantasy world MMORPG" + +LICENSE="GPL-2 | Planeshift" +SLOT="0" +KEYWORDS="x86" + +DEPEND="net-ftp/curl + dev-games/crystalspace + dev-games/cel" + +S=${WORKDIR}/${PN} + +export PLANESHIFT_PREFIX=${PLANESHIFT_PREFIX:-${GAMES_PREFIX_OPT}/${PN}} +export CRYSTAL_PREFIX=${CRYSTAL_PREFIX:-${GAMES_PREFIX_OPT}/crystal} +export CEL_PREFIX=${CEL_PREFIX:-${CRYSTAL_PREFIX}} + +src_compile() { + env \ + -uCEL \ + -uCSCONFPATH \ + CEL=${CEL_PREFIX} \ + CSCONFPATH=${CEL_PREFIX} \ + ./configure --prefix=${PLANESHIFT_PREFIX} --with-cs-prefix=${CRYSTAL_PREFIX} || die + jam || die +} + +src_install() { + rm -rf src mk config* ac* Jam* install-sh mkinstalldirs \ + missing autogen.sh depcomp Makefile.* ltmain.sh \ + out support include + + dodir ${PLANESHIFT_PREFIX} + mv * ${D}/${PLANESHIFT_PREFIX} + + dogamesbin ${FILESDIR}/planeshift + dosed "s:GENTOO_CRYSTAL_DIR:${CRYSTAL_PREFIX}:" ${GAMES_BINDIR}/planeshift + dosed "s:GENTOO_CEL_DIR:${CRYSTAL_PREFIX}:" ${GAMES_BINDIR}/planeshift + dosed "s:GENTOO_PLANESHIFT_DIR:${PLANESHIFT_PREFIX}:" ${GAMES_BINDIR}/planeshift + + prepgamesdirs +} |