Difference between revisions of "Caja-dropbox"

From LFScript
(Created page with "Category:Scripts <scriptname>caja-dropbox</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/caja-dropbox-1.17.0.tar.xz</sourcecode> == D...")
 
Line 6: Line 6:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
+
* <dependency value="caja"></dependency>[[caja]]
 +
* <dependency value="python-docutils"></dependency>[[python-docutils]]
 +
* <dependency>pygtk</dependency>
 +
 
 +
<md5>8721edd8168faf7dd78558d5d3fb5745  caja-dropbox-1.17.0.tar.xz</md5>
  
 
== Installation ==
 
== Installation ==

Revision as of 21:08, 1 March 2017

LFScript can find this software under the name caja-dropbox.

Sources

Dependencies


MD5 Checksums:

8721edd8168faf7dd78558d5d3fb5745  caja-dropbox-1.17.0.tar.xz

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/caja-dropbox \
        --disable-static &&
make

As the root user:

make install