diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:03:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:03:39 +0000 |
commit | 768e28057328806b48280ad473cd55e368a03ce4 (patch) | |
tree | 28e0859aeeeb0aff1a8c1d5b1b0bb3ee5fb3810e /games-action/koth | |
parent | There is no TODO. (diff) | |
download | historical-768e28057328806b48280ad473cd55e368a03ce4.tar.gz historical-768e28057328806b48280ad473cd55e368a03ce4.tar.bz2 historical-768e28057328806b48280ad473cd55e368a03ce4.zip |
ppc support
Diffstat (limited to 'games-action/koth')
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild index e594c3303e64..eb7c3ad437da 100644 --- a/games-action/koth/koth-0.8.0.ebuild +++ b/games-action/koth/koth-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. and Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.2 2004/02/03 01:21:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.3 2004/03/16 16:03:39 vapier Exp $ inherit eutils @@ -8,13 +8,13 @@ DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons HOMEPAGE="http://www.nongnu.org/koth/" SRC_URI="http://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -LICENSE="GPL-2" DEPEND="media-libs/libggi" -src_install () { +src_install() { dodir /usr/bin make DESTDIR=${D} install || die "make install failed" insinto /etc/koth |