blob: ab96f4a323488207a78edcf4839b5a8af5bbfd10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.9.1.ebuild,v 1.5 2007/02/04 08:27:33 mr_bones_ Exp $
inherit kde
MY_P=${P/_/-}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Client for the NUT UPS monitoring daemon"
HOMEPAGE="http://www.alo.cz/knutclient/index.html"
SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/${MY_P}.tar.gz
mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
need-kde 3.5
PATCHES="${FILESDIR}/knutclient-0.9.diff"
|