[arch-commits] CVS update of extra/gnome/gvfs (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Mar 13 23:27:52 UTC 2008
Date: Thursday, March 13, 2008 @ 19:27:52
Author: jgc
Path: /home/cvs-extra/extra/gnome/gvfs
Added: PKGBUILD (1.1)
upgpkg: gvfs 0.2.0.1-1
Add GVFS with all backends enabled for now
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Index: extra/gnome/gvfs/PKGBUILD
diff -u /dev/null extra/gnome/gvfs/PKGBUILD:1.1
--- /dev/null Thu Mar 13 19:27:52 2008
+++ extra/gnome/gvfs/PKGBUILD Thu Mar 13 19:27:52 2008
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2008/03/13 23:27:52 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gvfs
+pkgver=0.2.0.1
+pkgrel=1
+pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libsoup>=2.4.0' 'libcdio>=0.79' 'fuse>=2.7.3' 'bluez-libs>=3.27' 'smbclient>=3.0.28A' 'libgphoto2>=2.4.0-5' 'gnome-keyring>=2.22.0')
+makedepends=('perlxml' 'pkgconfig')
+url="http://www.gnome.org"
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+ cd ${startdir}/src/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static || return 1
+ make || return 1
+ make DESTDIR=${startdir}/pkg install || return 1
+}
More information about the arch-commits
mailing list