]> Pileus Git - ~andy/sunrise/blob - games-util/pbsetup/pbsetup-2.0.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / games-util / pbsetup / pbsetup-2.0.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Updating PunkBuster"
6 HOMEPAGE="http://www.evenbalance.com/index.php?page=pbsetup.php"
7 SRC_URI="http://websec.evenbalance.com/downloads/linux/pbsetup.run"
8
9 LICENSE="as-is"
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 S=${WORKDIR}
18
19 src_unpack() {
20         cp "${DISTDIR}/${A}" "${S}"
21 }
22
23 src_install() {
24         exeinto /usr/share/${PN}
25         doexe pbsetup.run
26         dobin "${FILESDIR}"/pbsetup
27 }