summaryrefslogtreecommitdiffstats
path: root/xfce/gvfs/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-19 18:21:06 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-19 18:21:06 +0100
commit20e2170a972139e2da7e412cffbee9f368f5b72c (patch)
tree63ea07f9a403820ada8ec716489d0c61b6ba80cf /xfce/gvfs/Pkgfile
parent652f85e8677ba8b28d229ae96ba45c8aa05abb22 (diff)
downloadnutyx-pakxe-20e2170a972139e2da7e412cffbee9f368f5b72c.tar.gz
nutyx-pakxe-20e2170a972139e2da7e412cffbee9f368f5b72c.tar.bz2
nutyx-pakxe-20e2170a972139e2da7e412cffbee9f368f5b72c.tar.xz
nutyx-pakxe-20e2170a972139e2da7e412cffbee9f368f5b72c.zip
gvfs dans xfce$
Diffstat (limited to 'xfce/gvfs/Pkgfile')
-rw-r--r--xfce/gvfs/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/xfce/gvfs/Pkgfile b/xfce/gvfs/Pkgfile
new file mode 100644
index 000000000..6334012a4
--- /dev/null
+++ b/xfce/gvfs/Pkgfile
@@ -0,0 +1,23 @@
+# 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: dbus, intltool, fuse, libgphoto2, samba3, libcdio
+# Run on: fuse,libsoup,libgphoto2,samba3,libcdio
+
+name=gvfs
+version=1.7.2
+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 \
+ --disable-keyring \
+ --disable-http \
+ --disable-obexftp
+ make
+ make DESTDIR=$PKG install
+}
+