25 lines
537 B
Bash
25 lines
537 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit eutils gnome2 mono
|
|
|
|
DESCRIPTION="OES System Monitor"
|
|
HOMEPAGE="http://forge.novell.com/modules/xfmod/project/?oessysmon"
|
|
SRC_URI="ftp://forgeftp.novell.com/${PN}/OESSysMon%20${PV}%20tarball/${P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86"
|
|
IUSE=""
|
|
RESTRICT=""
|
|
|
|
DEPEND="${RDEPEND}
|
|
>=dev-dotnet/glade-sharp-2.4
|
|
>=dev-dotnet/gnome-sharp-2.4
|
|
>=dev-dotnet/dbus-sharp-0.6.0"
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
}
|
|
|