blob: 6524f4b5989b94204d7a0ff143e972780cbc1290 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2003 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.1 2003/03/05 02:57:53 vapier Exp $
inherit kde-base
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"
|