talimat 692 B

123456789101112131415161718192021222324
  1. # Description: MATE için WebDAV üzerinden kullanıcı düzeyinde ortak dosya paylaşımı
  2. # URL: http://www.jwz.org/xscreensaver/
  3. # Packager: yasarciv
  4. # Depends on: apache bluez caja dconf gdk-pixbuf gtk2 libnotify libcanberra libunique1 mod-dnssd
  5. name=mate-user-share
  6. version=1.16.0
  7. release=1
  8. source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure \
  12. --prefix=/usr \
  13. --libexec=/usr/lib/${name} \
  14. --sysconfdir=/etc \
  15. --disable-static \
  16. --disable-scrollkeeper \
  17. --disable-bluetooth
  18. make
  19. make DESTDIR=$PKG install
  20. rm -f ${PKG}/usr/share/mate-user-share/dav_user_2.0.conf
  21. }