blob: c8ef544af7b9bc84e948872d57724d298efef988 (
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/x11-terms/kuake/kuake-0.2.1.ebuild,v 1.5 2004/06/24 23:21:42 agriffis Exp $
inherit kde
need-kde 3
DESCRIPTION="A Quake-style terminal emulator"
HOMEPAGE="http://www.nemohackers.org/kuake.php"
SRC_URI="http://199.231.140.154/software/kuake/${P}.tar.gz"
SLOT="0"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="x86"
|