summaryrefslogtreecommitdiff
blob: 9aee1f629e09e315fd27f21a74d7a69546f1d6c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nut-monitor/nut-monitor-1.1.ebuild,v 1.2 2009/11/13 20:29:55 ssuominen Exp $

inherit eutils

DESCRIPTION="A graphical application to monitor and manage UPSes connected to a NUT server"
HOMEPAGE="http://www.lestat.st/informatique/projets/nut-monitor-en/"
SRC_URI="http://www.lestat.st/_media/informatique/projets/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/pygtk
	dev-python/pynut"

src_install() {
	dobin NUT-Monitor || die
	insinto /usr/share/nut-monitor
	doins gui.glade || die
	dosym NUT-Monitor /usr/bin/${PN}
	doicon ${PN}.png
	domenu ${PN}.desktop
	dodoc README
}