# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 mono eutils MY_PV="${PV%.*}-${PV##*.}" DESCRIPTION="Gfax is a free fax front end" HOMEPAGE="http://gfax.cowlug.org/" SRC_URI="http://gfax.cowlug.org/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="doc" RDEPEND=">=dev-dotnet/mono-0.93 =dev-dotnet/gtk-sharp-1.0* =dev-dotnet/gconf-sharp-1.0* =dev-dotnet/glade-sharp-1.0* =dev-dotnet/gnome-sharp-1.0*" DEPEND="${RDEPEND} >=dev-util/intltool-0.25" S="${WORKDIR}/${PN}" G2CONF="${G2CONF} --disable-schemas-install --disable-dbus" DOCS="AUTHORS ChangeLog FAQ NEWS README TODO" USE_DESTDIR="1" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-sandbox.diff || die "epatch error" } src_install() { gnome2_src_install keepdir /var/spool/gfax/doneq /var/spool/gfax/recq }