| View previous topic :: View next topic |
| Author |
Message |
Naib Advocate


Joined: 21 May 2004 Posts: 3882 Location: UK - Birmingham
|
Posted: Sun Sep 30, 2007 4:28 pm Post subject: EnemyTerritory:QuakeWars server ebuild |
|
|
if anyone is interested
| Code: |
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils games
MY_PN="${P}-nomedia.r2.x86.run"
DESCRIPTION="ETQW"
HOMEPAGE="www.enemyterritory.com"
SRC_URI="${MY_PN}"
LICENSE="ETQW"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="fetch"
DEPEND="app-arch/unzip
app-misc/screen"
RDEPEND=""
pkg_nofetch() {
die "Please download ${SRC_URI} from ${HOMEPAGE} to ${DISTDIR}"
}
dir=${GAMES_PREFIX_OPT}/${PN}
src_unpack() {
unzip "${DISTDIR}/${MY_PN}"
}
src_install(){
dodir ${dir}
cp -r * ${D}/${dir}
}
pkg_postinst() {
elog "You need to copy pak000.pk4, pak001.pk4, pak002.pk4, pak003.pk4, and"
elog "pak004.pk4 from either your installation media or your hard drive to"
elog "${dir}/base before running the game."
echo
}
|
A quick crude ebuild (just to get it under package-management) for the -nomedia server files (ie you have to own the game to get the pak files for it) _________________
| Quote: | | Voting holds no real power, he who counts the votes has the true power. |
Weaver Projects
whats the difference between 9/11 and a cow?
u stop milking a cow after 10 years |
|
| Back to top |
|
 |
-Craig- Guru

Joined: 03 Jun 2004 Posts: 333
|
Posted: Sun Sep 30, 2007 7:32 pm Post subject: |
|
|
Please also post it to bugs.gentoo.org -> as ENHANCEMENT.
 |
|
| Back to top |
|
 |
Naib Advocate


Joined: 21 May 2004 Posts: 3882 Location: UK - Birmingham
|
Posted: Sun Sep 30, 2007 8:23 pm Post subject: |
|
|
plan to, but here to spread it \o/
need a bit of work. There is a lite-server and full server. This is for lite since a member of moo (a gentoo gaming clan ) have QW so it was easier to just d/l a 11meg file
will add a USE flag switch to also download the full server (500meg) but the fileplanet share is slow _________________
| Quote: | | Voting holds no real power, he who counts the votes has the true power. |
Weaver Projects
whats the difference between 9/11 and a cow?
u stop milking a cow after 10 years |
|
| Back to top |
|
 |
BeaTtheMeaT666 n00b

Joined: 12 Nov 2002 Posts: 50
|
|
| Back to top |
|
 |
Naib Advocate


Joined: 21 May 2004 Posts: 3882 Location: UK - Birmingham
|
Posted: Tue Oct 02, 2007 9:50 pm Post subject: |
|
|
There is an bug for this as well
Will work on the -media version of it tomorrow so both are available _________________
| Quote: | | Voting holds no real power, he who counts the votes has the true power. |
Weaver Projects
whats the difference between 9/11 and a cow?
u stop milking a cow after 10 years |
|
| Back to top |
|
 |
likewhoa l33t

Joined: 04 Oct 2006 Posts: 666 Location: Brooklyn, New York
|
Posted: Tue Oct 02, 2007 11:04 pm Post subject: |
|
|
i'm really interested in the linux client mostly. but thanks Naib for the server ebuild  |
|
| Back to top |
|
 |
Naib Advocate


Joined: 21 May 2004 Posts: 3882 Location: UK - Birmingham
|
Posted: Wed Oct 03, 2007 6:58 am Post subject: |
|
|
| likewhoa wrote: | i'm really interested in the linux client mostly. but thanks Naib for the server ebuild  |
yr gonna get it as well ooooo
well yr gonna have to hook up with me,edit_21,rehens,D0pamine and the others on #gentoo-chat that are playing atm (windows unfortunetly)
This game is a blast!
This ebuild is used on Edit_21's colo for [moo] clan server (eventually) _________________
| Quote: | | Voting holds no real power, he who counts the votes has the true power. |
Weaver Projects
whats the difference between 9/11 and a cow?
u stop milking a cow after 10 years |
|
| Back to top |
|
 |
mark_alec Bodhisattva


Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
|
| Back to top |
|
 |
|