talimat 721 B

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