# Copyright 1999-2004 Gentoo Foundation and Arcady Genkin # 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.8 2004/06/24 21:56:30 agriffis Exp $ inherit eutils 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 alpha ~amd64" IUSE="" DEPEND="media-libs/libggi" src_install() { dodir /usr/bin make DESTDIR=${D} install || die "make install failed" insinto /etc/koth doins src/koth.cfg dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt }