21 lines
721 B
Plaintext
21 lines
721 B
Plaintext
# Description: GVfs, GIO'nun G/Ç soyutlamasıyla çalışmak üzere tasarlanmış bir kullanıcı alanı sanal dosya sistemidir.
|
||
# URL: http://www.gnome.org/
|
||
# Packager: milisarge
|
||
# Depends on: avahi dbus-glib intltool libsecret gtk3 libsoup udisks2 obexd fuse libarchive samba bluez gcr libgphoto2 libmtp glib
|
||
|
||
name=gvfs
|
||
version=1.33.1
|
||
release=1
|
||
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr --sysconfdir=/etc \
|
||
--localstatedir=/var --disable-static \
|
||
--libexecdir=/usr/lib/gvfs \
|
||
--with-bash-completion-dir=/usr/share/bash-completion/completions \
|
||
--disable-systemd
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|