summaryrefslogtreecommitdiff
blob: d2b8a518bf028b2c3588058c8caaf5a5e2d5b05b (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Updating PunkBuster"
HOMEPAGE="http://www.evenbalance.com/index.php?page=pbsetup.php"
SRC_URI="http://websec.evenbalance.com/downloads/linux/pbsetup.run"

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

DEPEND=""
RDEPEND=""

S=${WORKDIR}

src_unpack() {
	cp "${DISTDIR}/${A}" "${S}"
}

src_install() {
	exeinto /usr/share/${PN}
	doexe pbsetup.run
	dobin "${FILESDIR}"/pbsetup
}