21 lines
704 B
Plaintext
21 lines
704 B
Plaintext
# Tanım: GVfs, GIO'nun G/Ç soyutlamasıyla çalışmak üzere tasarlanmış bir kullanıcı alanı sanal dosya sistemidir.
|
||
# URL: http://www.gnome.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: avahi dbus-glib intltool libsecret gtk3 libsoup udisks2 obexd fuse libarchive samba bluez gcr libgphoto2 libmtp glib
|
||
|
||
isim=gvfs
|
||
surum=1.33.1
|
||
devir=1
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./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
|
||
}
|