diff options
Diffstat (limited to 'games-server/nwn-ded/nwn-ded-1.30.ebuild')
-rw-r--r-- | games-server/nwn-ded/nwn-ded-1.30.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/games-server/nwn-ded/nwn-ded-1.30.ebuild b/games-server/nwn-ded/nwn-ded-1.30.ebuild deleted file mode 100644 index 85838c24661f..000000000000 --- a/games-server/nwn-ded/nwn-ded-1.30.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.30.ebuild,v 1.6 2004/06/24 23:21:18 agriffis Exp $ - -inherit games - -DESCRIPTION="Neverwinter Nights Dedicated server" -HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html" -SRC_URI="http://nwdownloads.bioware.com/neverwinternights/standaloneserver/NWNDedicatedServer${PV}.zip" - -LICENSE="NWN-EULA" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" -DEPEND="app-arch/unzip" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - tar -zxf linuxdedserver${PV/.}.tar.gz || die - rm linuxdedserver${PV/.}.tar.gz -} - -src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} - dodir ${dir} - - mv ${S}/* ${D}/${dir}/ || die "installing server" - dogamesbin ${FILESDIR}/nwserver - dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/nwserver - - prepgamesdirs - chmod -R g+w ${D}/${dir} -} |