Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # $Id: PKGBUILD 20630 2008-12-06 04:01:29Z allan $
- # Maintainer: Jan de Groot <[email protected]>
- pkgname=gvfs
- pkgver=1.0.3
- pkgrel=2.5
- pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
- arch=(i686 x86_64)
- license=('LGPL')
- depends=('libsoup>=2.24.2.1' 'libcdio>=0.80-3' 'fuse>=2.7.4' 'bluez>=4.18' 'smbclient>=3.2.4' 'libgphoto2>=2.4.3' 'gnome-keyring>=2.24.1' 'avahi>=0.6.23' 'libarchive>=2.5.5')
- makedepends=('pkgconfig' 'intltool')
- url="http://www.gnome.org"
- install=gvfs.install
- options=(!libtool)
- source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2
- gvfs-obexftp-updated-apis-2.patch)
- md5sums=('a41e8b7d99e390cef8312f7ce5f312a5')
- build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np0 -i $startdir/gvfs-obexftp-updated-apis-2.patch || return 1
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --libexecdir=/usr/lib/gvfs || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement