blob: b3ae3d06d2cff4d30a7ff6062bb703d8d9927148 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.2 2004/03/14 17:32:18 mr_bones_ Exp $
inherit kde
need-kde 3
DESCRIPTION="A Quake-style terminal emulator"
HOMEPAGE="http://www.nemohackers.org/index.php?p=kuake"
SRC_URI="http://216.26.131.89/software/kuake/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
|