# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 mono DESCRIPTION="Novell Simias" HOMEPAGE="http://www.ifolder.com/" SRC_URI="ftp://ftp.novell.com//pub/forge/ifolder/client/stable/20040902_0345/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-dotnet/mono-1.0" src_install() { make DESTDIR=${D} install || die dodoc README INSTALL }