blob: 398f8c163260a1dae4e34143f15f9515c37a6339 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-misc/kleds/kleds-0.7.1.ebuild,v 1.1 2002/07/05 15:40:44 danarmak Exp $
inherit kde-base || die
LICENSE="GPL-2"
S="${WORKDIR}/kleds-${PV}"
need-kde 3.0
DESCRIPTION="A KDE applet that displays the keyboard lock states."
SRC_URI="http://www.hansmatzen.de/software/kleds/${P}.tar.gz"
HOMEPAGE="http://www.hansmatzen.de/english/kleds.html"
|