18 lines
381 B
Bash
18 lines
381 B
Bash
# 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"
|
|
|
|
DEPEND="${RDEPEND}
|
|
>=dev-dotnet/glade-sharp-2.4
|
|
>=dev-dotnet/gnome-sharp-2.4"
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
epatch ${FILESDIR}/egg-tray.patch
|
|
}
|