summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2006-10-27 15:58:26 +0000
committerCédric Krier <cedk@gentoo.org>2006-10-27 15:58:26 +0000
commit5e09270a9ba728216bf58c6c28d7fa7d864ab0f8 (patch)
tree0af5577890eeffb299ee5fd98e2d37f09f8ad958 /games-util/pbsetup/pbsetup-2.0.ebuild
parentsys-fs/davl: New ebuild for bug 120182 (diff)
downloadsunrise-5e09270a9ba728216bf58c6c28d7fa7d864ab0f8.tar.gz
sunrise-5e09270a9ba728216bf58c6c28d7fa7d864ab0f8.tar.bz2
sunrise-5e09270a9ba728216bf58c6c28d7fa7d864ab0f8.zip
games-util/pbsetup: New ebuild for bug 152993
svn path=/sunrise/; revision=1680
Diffstat (limited to 'games-util/pbsetup/pbsetup-2.0.ebuild')
-rw-r--r--games-util/pbsetup/pbsetup-2.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/games-util/pbsetup/pbsetup-2.0.ebuild b/games-util/pbsetup/pbsetup-2.0.ebuild
new file mode 100644
index 000000000..1cd9a4d71
--- /dev/null
+++ b/games-util/pbsetup/pbsetup-2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 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
+}