Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38959 - [nwn-ded] NeverwinterNights Dedicated Server ver.1.61
Summary: [nwn-ded] NeverwinterNights Dedicated Server ver.1.61
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-01-21 14:19 UTC by mikovits christian
Modified: 2011-09-14 20:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (nwn-ded-1.61.ebuild,877 bytes, text/plain)
2004-01-21 14:20 UTC, mikovits christian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mikovits christian 2004-01-21 14:19:09 UTC
using ftp, nwdownloads.bioware.com is down

ebuild:

[code]
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: 
#/home/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.61.ebuild,v 1.1 2003/09/10 05:51:11 vapier Exp $

inherit games

DESCRIPTION="Neverwinter Nights Dedicated server"
HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html"
SRC_URI="ftp://ftp.bioware.com/neverwinternights/standaloneserver/NWNDedicatedServer${PV}.zip"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="-* x86"

S=${WORKDIR}

src_unpack() {
	unpack ${A}
	tar -zxf linuxdedserver${PV/.}.zip || die
	rm linuxdedserver${PV/.}.zip
}

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}
}
[/code]
Comment 1 mikovits christian 2004-01-21 14:20:14 UTC
Created attachment 24197 [details]
ebuild
Comment 2 mikovits christian 2004-01-21 23:48:00 UTC
Comment on attachment 24197 [details]
ebuild

># Copyright 1999-2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: 
>#/home/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.61.ebuild,v 1.1 2003/09/10 05:51:11 vapier Exp $
>
>inherit games
>
>DESCRIPTION="Neverwinter Nights Dedicated server"
>HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html"
>SRC_URI="ftp://ftp.bioware.com/neverwinternights/standaloneserver/NWNDedicatedServer${PV}.zip"
>
>LICENSE="LGPL-2.1"
>SLOT="0"
>KEYWORDS="-* x86"
>
>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}
>}
Comment 3 mikovits christian 2004-01-21 23:54:01 UTC
Comment on attachment 24197 [details]
ebuild

># Copyright 1999-2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: 
>#/home/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.61.ebuild,v 1.1 2003/09/10 05:51:11 vapier Exp $
>
>inherit games
>
>DESCRIPTION="Neverwinter Nights Dedicated server"
>HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html"
>SRC_URI="ftp://ftp.bioware.com/neverwinternights/standaloneserver/NWNDedicatedServer${PV}.zip"
>
>LICENSE="LGPL-2.1"
>SLOT="0"
>KEYWORDS="-* x86"
>
>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}
>}
Comment 4 SpanKY gentoo-dev 2004-01-29 02:08:34 UTC

*** This bug has been marked as a duplicate of 38365 ***
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2005-05-19 09:06:56 UTC
Closing to clean up after bugzilla upgrade.  reopen if closed in error.  Thanks.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2011-09-14 20:40:18 UTC
clean up bug list after bugzilla update