blob: 01563d66dd1fd5cf03f7d7eb56a9d458c1af7b0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/kamikaze/kamikaze-0.1.0.ebuild,v 1.4 2004/06/24 22:06:35 agriffis Exp $
inherit kde
need-kde 3
SRC_URI="http://mindx.dyndns.org/kde/kamikaze/${P}.tar.gz"
DESCRIPTION="A bomberman like game for KDE"
HOMEPAGE="http://mindx.dyndns.org/kde/kamikaze"
LICENSE="GPL-2"
KEYWORDS="x86 ~amd64"
SLOT="0"
IUSE=""
|