GARNAME = gvfs
GARVERSION = 0.99.3
CATEGORIES = platform
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/glib freedesktop/dbus freedesktop/hal desktop/libsoup

DESCRIPTION = gnome-vfs
define BLURB
gvfs is a userspace virtual filesystem implemented as a pluggable module
for gio (a new module in glib). The glib part of gio supports the
general APIs required for a virtual filesystem, but only has an
implementation for local files. GVfs is a unix-specific implementation
that uses out-of-process mount daemons and dbus for talking to the daemon.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
