Difference between revisions of "Mozo"

From LFScript
Line 4: Line 4:
 
== Sources ==
 
== Sources ==
 
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mozo-1.17.0.tar.xz</sourcecode>
 
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mozo-1.17.0.tar.xz</sourcecode>
 +
 +
<md5>e5b47df2456b5ef00655724d5cd28a15  mozo-1.17.0.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 12:45, 5 March 2017

LFScript can find this software under the name mozo.

Sources


MD5 Checksums:

e5b47df2456b5ef00655724d5cd28a15  mozo-1.17.0.tar.xz

Dependencies

Installation

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

As the root user:

make install