# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono eutils gnome2 DESCRIPTION="Novell iFolder" HOMEPAGE="http://www.ifolder.com/" SRC_URI="http://forgeftp.novell.com/ifolder/client/3.4/20060320-0101/src/${PN}${PV:0:1}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND=">=dev-lang/mono-1.0 >=dev-dotnet/gconf-sharp-1.0.4 >=dev-dotnet/gnome-sharp-1.0.4 >=dev-dotnet/gtk-sharp-2.0 >=dev-dotnet/simias-1.0" S="${WORKDIR}/ifolder${PV:0:1}-${PV}" src_unpack() { gnome2_src_unpack #Change .desktop file to place icon in Internet group instead of Programming epatch ${FILESDIR}/ifolder-desktop-application.patch || die "Error applying patch" } src_compile() { gnome2_src_configure ./configure --prefix=/usr --sysconfdir=/etc make }