diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:05 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:05 +0200 |
commit | 7676f346839ff0b3c3bded6743bd0bc0c5c204da (patch) | |
tree | b108e8fd4c6fe5d98a2a8f9cee8f531460993f56 /xfce/gvfs/Pkgfile | |
parent | ff90328ecd28b740c6ffc8e3e947ba5a676b9241 (diff) | |
download | nutyx-pakxe-7676f346839ff0b3c3bded6743bd0bc0c5c204da.tar.gz nutyx-pakxe-7676f346839ff0b3c3bded6743bd0bc0c5c204da.tar.bz2 nutyx-pakxe-7676f346839ff0b3c3bded6743bd0bc0c5c204da.tar.xz nutyx-pakxe-7676f346839ff0b3c3bded6743bd0bc0c5c204da.zip |
gvfs dans extra
Diffstat (limited to 'xfce/gvfs/Pkgfile')
-rw-r--r-- | xfce/gvfs/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/gvfs/Pkgfile b/xfce/gvfs/Pkgfile deleted file mode 100644 index 05ea12557..000000000 --- a/xfce/gvfs/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# 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, gnome-disk-utility -# Run on: fuse,libsoup,libgphoto2,samba3,libcdio,gnome-disk-utility - -name=gvfs -version=1.8.1 -release=2 -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 -} - |