summaryrefslogtreecommitdiffstats
path: root/gnome/gvfs/Pkgfile
blob: 1a2500fd1897bf127b2ac2cab3e8738d913e3623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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, libcdio
# Run on:

name=gvfs
version=1.6.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 \
		--libexecdir=$GNOME_PREFIX/lib/gvfs
	make
	make DESTDIR=$PKG install
}