1 |
# Copyright 1999-2003 Gentoo Technologies, Inc. and Arcady Genkin <agenkin@thpoon.com> |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /home/cvsroot/gentoo-x86/app-games/koth/koth-0.7.7.ebuild,v 1.3 2003/09/03 23:41:43 msterret Exp $ |
4 |
|
5 |
inherit eutils |
6 |
|
7 |
DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons" |
8 |
HOMEPAGE="http://www.nongnu.org/koth/" |
9 |
SRC_URI="http://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz2" |
10 |
|
11 |
SLOT="0" |
12 |
KEYWORDS="x86" |
13 |
LICENSE="GPL-2" |
14 |
|
15 |
DEPEND="media-libs/libggi" |
16 |
|
17 |
src_install () { |
18 |
dodir /usr/bin |
19 |
make DESTDIR=${D} install || die "make install failed" |
20 |
insinto /etc/koth |
21 |
doins src/koth.cfg |
22 |
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/*.txt |
23 |
} |