diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-08 21:33:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-08 21:33:46 +0000 |
commit | 68b5940dbc8987ac5db3a2f56a3f07df231580a5 (patch) | |
tree | 6067ae81f928b866803774b6bf9b41447b45d7cf /games-rpg | |
parent | Stable on hppa (diff) | |
download | gentoo-2-68b5940dbc8987ac5db3a2f56a3f07df231580a5.tar.gz gentoo-2-68b5940dbc8987ac5db3a2f56a3f07df231580a5.tar.bz2 gentoo-2-68b5940dbc8987ac5db3a2f56a3f07df231580a5.zip |
old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild | 74 | ||||
-rw-r--r-- | games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 | 2 |
2 files changed, 0 insertions, 76 deletions
diff --git a/games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild b/games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild deleted file mode 100644 index 8923990be40c..000000000000 --- a/games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild,v 1.5 2005/01/28 19:59:14 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="An online MMORPG written in C and SDL" -HOMEPAGE="http://www.eternal-lands.com" -TMP_PV=${PV%_p*} -SRC_URI="http://el.tfm.ro/el_${TMP_PV//.}.zip - ftp://ftp.berlios.de/pub/elc/elc_${PV//.}.tgz" - -LICENSE="eternal_lands" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND="virtual/x11 - virtual/opengl - >=media-libs/libsdl-1.2.5 - >=media-libs/sdl-net-1.2.5 - >media-libs/openal-20020127 - media-libs/libvorbis - >=dev-libs/libxml2-2.6.7" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/elc" - -src_unpack() { - unpack ${A} - cd "${S}" - sed \ - -e "s@CFLAGS=\$(PLATFORM) -Wall -ggdb -pipe@CFLAGS=${CFLAGS}@g" \ - -e 's@OPTIONS=@OPTIONS=-DDATA_DIR="\\"${GAMES_DATADIR}/${PN}/\\"" @g' \ - Makefile.linux > Makefile \ - || die "sed failed" - sed \ - -e 's/#browser/browser/g' \ - -e 's/browser = mozilla/#browser = mozilla/g' \ - -e "s@data_dir = /usr/local/games/el/@#data_dir = ${GAMES_DATADIR}/${PN}/@g" \ - el.ini > ../el.ini \ - || die "sed failed" - cd .. - cp license.txt EULA || die "cp failed" - rm -fr Encyclopedia/images/.xvpics -} - -src_compile() { - emake || die "emake failed" - cp el.x86.linux.bin ../el.x86.linux.bin || die "cp failed" -} - -src_install () { - cd "${WORKDIR}" - insinto "${GAMES_DATADIR}/${PN}" - newgamesbin el.x86.linux.bin el - dodoc changes.txt faq.txt readme.txt EULA - doins el.ini *.lst el_icon.png icon.bmp global_filters.txt global_ignores.txt \ - || die "Files failed to be installed" - cp -R 2dobjects 3dobjects Encyclopedia maps md2 sound textures tiles \ - "${D}/${GAMES_DATADIR}/${PN}" \ - || die "copy failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - einfo "To run the game: el" - einfo "Copy ${GAMES_DATADIR}/${PN}/el.ini to ~/.elc/" - einfo "to make per-user changes." - echo -} diff --git a/games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 b/games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 deleted file mode 100644 index 1e4c693fd993..000000000000 --- a/games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 594a75b39a95c753e8e43560dccda098 el_100.zip 23888304 -MD5 d6408a8a247fcfcc0eef3e18198427e2 elc_100.tgz 242047 |