milis/talimatname/genel/gvfs/talimat

21 lines
721 B
Text
Raw Normal View History

2017-03-24 15:20:16 +02:00
# Description: GVfs, GIO'nun G/Ç soyutlamasıyla çalışmak üzere tasarlanmış bir kullanıcı alanı sanal dosya sistemidir.
2016-02-24 02:27:23 +02:00
# URL: http://www.gnome.org/
2016-08-01 18:47:27 +00:00
# Packager: milisarge
2017-05-15 11:07:08 +03:00
# Depends on: avahi dbus-glib intltool libsecret gtk3 libsoup udisks2 obexd fuse libarchive samba bluez gcr libgphoto2 libmtp glib
2016-02-24 02:27:23 +02:00
name=gvfs
2017-05-15 11:07:08 +03:00
version=1.33.1
2016-02-24 02:27:23 +02:00
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-01-31 03:37:09 +03:00
2016-02-24 02:27:23 +02:00
build() {
2017-05-15 11:07:08 +03:00
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
2016-02-24 02:27:23 +02:00
}