milis/talimatname/genel/gvfs/talimat

21 lines
721 B
Plaintext
Raw Normal View History

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