summaryrefslogtreecommitdiffstats
path: root/gvfs/Pkgfile
blob: 913e852f4d46fe48a6f6a6bfc632dc01a6e4ae0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Système de fichier virtuel dans l'espace utilisateur conçu pour fonctionner avec Gio
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: b at juglas dot name
# Depends on: dbus, intltool, fuse, libgphoto2, samba3, libcdio, libgnome-keyring, libsoup, avahi-gtk, gnome-disk-utility, obexd, libimobiledevice, libplist
# Run on: fuse,libsoup,libgphoto2,samba3,libcdio,libgnome-keyring,libsoup,avahi-gtk,gnome-disk-utility,obexd,libimobiledevice,libplist

name=gvfs
version=1.13.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/gvfs \
		--enable-keyring \
		--enable-http \
		--enable-obexftp \
		--enable-afc \
		--enable-gdu \
		--disable-hal
	make
	make DESTDIR=$PKG install
}