milis/talimatname/genel/c/caja-dropbox/talimat

23 lines
654 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.

# Tanım: Linux için Dropbox-Caja uzantısı
# URL: https://github.com/mate-desktop/caja-dropbox
# Paketçi: Cihan_Alkan
# Gerekler: caja glib libnotify polkit procps-ng python-gtk xdg-utils mate-common python-docutils
# Grup: ağ
isim=caja-dropbox
surum=1.20.0
devir=1
kaynak=(https://pub.mate-desktop.org/releases/1.20/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
autoreconf -fi
sed -i "s/python/python2/" configure.ac configure caja-dropbox.in Makefile.am Makefile.in rst2man.py
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR="$PKG" install
install -Dm644 COPYING "$PKG/usr/share/licenses/$isim/COPYING"
}