# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: # This ebuild come from http://bugs.gentoo.org/show_bug.cgi?id=99420 - The site http://gentoo.zugaina.org/ only host a copy. # Small modifications by Ycarus inherit eutils mono DESCRIPTION="A simple GNU/Linux program which can display some computer/system information" HOMEPAGE="http://sysinfo.r8.org/" SRC_URI="mirror://sourceforge/gsysinfo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RESTRICT="nomirror" DEPEND=">=dev-lang/mono-1.1.13.0 >=dev-dotnet/gtk-sharp-2.8 >=x11-libs/cairo-1.0.2 >=dev-dotnet/glade-sharp-2.8" src_install() { make DESTDIR=${D} install }