milis/talimatname/genel/mate-user-share/talimat

24 lines
692 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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