diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:13:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:13:58 +0000 |
commit | 9ff499aee52068cafe64ea4a4cdf78b6447e7de8 (patch) | |
tree | 4fbe7331568e8a50f2d51288e7904fb6f5cb8604 /games-fps/ttyquake | |
parent | USE sync (Manifest recommit) (diff) | |
download | gentoo-2-9ff499aee52068cafe64ea4a4cdf78b6447e7de8.tar.gz gentoo-2-9ff499aee52068cafe64ea4a4cdf78b6447e7de8.tar.bz2 gentoo-2-9ff499aee52068cafe64ea4a4cdf78b6447e7de8.zip |
IUSE
Diffstat (limited to 'games-fps/ttyquake')
-rw-r--r-- | games-fps/ttyquake/ttyquake-0.4.2.ebuild | 10 |
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 |