summaryrefslogtreecommitdiff
blob: 58508e73e416faba01574160e2047db292803399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-hlguard/halflife-hlguard-1.50.02.ebuild,v 1.6 2004/06/24 23:19:21 agriffis Exp $

inherit games eutils

DESCRIPTION="server-side anti-cheat solution for Half-Life and it's many MODs"
HOMEPAGE="http://www.unitedadmins.com/hlguard.php"
SRC_URI="http://www.unitedadmins.com/files/hlg-${PV//./_}-en.zip"

LICENSE="as-is"
SLOT="0"
KEYWORDS="-* x86"
IUSE=""

RDEPEND="games-server/halflife-metamod
	games-server/halflife-modsetup"

S="${WORKDIR}/addons/hlguard"

src_unpack() {
	unpack ${A}
	edos2unix `find -name '*.txt' -o -name '*.cfg'`
}

src_install() {
	local dir=${GAMES_PREFIX_OPT}/halflife/addons/hlguard
	dodir ${dir}
	mv * ${D}/${dir}/
	dodoc ${WORKDIR}/hlg_readme.txt
	exeinto ${dir}
	doexe ${FILESDIR}/modsetup
	dosed "s:GENTOO_CFGDIR:${GAMES_SYSCONFDIR}/halflife:" ${dir}/modsetup
	prepgamesdirs
}