stable/branches/experimental/app-admin/oessysmon/oessysmon-0.1.5.ebuild

18 lines
381 B
Bash
Raw Normal View History

2007-02-21 15:25:12 +01:00
# Created by George Hron @ 2007.02.21
inherit eutils gnome2 mono
SRC_URI="ftp://forgeftp.novell.com/${PN}/OESSysMon%20${PV}%20tarball/${P}.tar.gz"
HOMEPAGE="http://forge.novell.com/modules/xfmod/project/?oessysmon"
KEYWORDS="~x86"
2007-02-24 20:48:32 +01:00
DEPEND="${RDEPEND}
>=dev-dotnet/glade-sharp-2.4
>=dev-dotnet/gnome-sharp-2.4"
2007-02-21 15:25:12 +01:00
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/egg-tray.patch
}