summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-27 03:13:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-27 03:13:58 +0000
commit919db84ff7b2f86a21058e09b84e0d5add573b73 (patch)
tree67ac25795d90fdcb5a179c0298d18704c78fc8a1 /games-fps/ttyquake/ttyquake-0.4.2.ebuild
parentUSE sync (diff)
downloadhistorical-919db84ff7b2f86a21058e09b84e0d5add573b73.tar.gz
historical-919db84ff7b2f86a21058e09b84e0d5add573b73.tar.bz2
historical-919db84ff7b2f86a21058e09b84e0d5add573b73.zip
IUSE
Diffstat (limited to 'games-fps/ttyquake/ttyquake-0.4.2.ebuild')
-rw-r--r--games-fps/ttyquake/ttyquake-0.4.2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/games-fps/ttyquake/ttyquake-0.4.2.ebuild b/games-fps/ttyquake/ttyquake-0.4.2.ebuild
index 81c833c2cd18..23a4e51dce17 100644
--- a/games-fps/ttyquake/ttyquake-0.4.2.ebuild
+++ b/games-fps/ttyquake/ttyquake-0.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ttyquake-0.4.2.ebuild,v 1.3 2004/02/20 06:40:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ttyquake/ttyquake-0.4.2.ebuild,v 1.4 2004/05/27 03:13:58 mr_bones_ Exp $
inherit games eutils gcc
@@ -12,18 +12,20 @@ SRC_URI="ftp://ftp.skypoint.com/pub/members/b/bobz/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
RDEPEND="games-fps/quake1"
-S=${WORKDIR}
+S="${WORKDIR}"
pkg_setup() {
- [ -x ${GAMES_BINDIR}/squake ] || die "You must emerge quake1 with svga in your USE"
+ [ -x "${GAMES_BINDIR}/squake" ] \
+ || die "You must emerge quake1 with svga in your USE"
games_pkg_setup
}
src_install() {
- exeinto ${GAMES_LIBDIR}/${PN}
+ exeinto "${GAMES_LIBDIR}/${PN}"
doexe tty/*
dogamesbin ${FILESDIR}/ttyquake
dosed "s:GENTOO_LIBDIR:${GAMES_LIBDIR}/${PN}:" ${GAMES_BINDIR}/ttyquake