# Description: A userspace virtual filesystem designed to work with gio
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: avahi, fuse, gconf, gnome-keyring, hal, libsoup, libgphoto2, samba3

name=gvfs
version=1.4.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX \
		--sysconfdir=/etc
	make
	make DESTDIR=$PKG install
}