# 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: fuse, libsoup, libgphoto2, samba3, libcdio, libgnome-keyring # Run on: fuse,libsoup,libgphoto2,samba3,libcdio,libgnome-keyring name=gvfs version=1.7.1 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/gvfs make make DESTDIR=$PKG install }