# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION=" A program for mounting gnome-vfs-uris (directories inside uris) onto the linux filesystem." HOMEPAGE="http://primates.ximian.com/~sandino/gnomevfs-mount/" SRC_URI="http://primates.ximian.com/~sandino/gnomevfs-mount/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=sys-fs/fuse-2.2 >=gnome-base/gnome-vfs-2.6.1.1" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }