Difference between revisions of "Mate-common"

From LFScript
Line 13: Line 13:
  
 
== Installation ==
 
== Installation ==
<build>./autogen.sh --prefix=/usr &&
+
<build>./autogen.sh --prefix=/usr \
 +
        --sysconfdir=/etc/mate/1.17 \
 +
        --localstatedir=/var \
 +
        --libexecdir=/usr/lib/mate-common \
 +
        --disable-static &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 22:54, 27 February 2017

LFScript can find this software under the name mate-common.

Sources


MD5 Checksums:

fae1d5a0abb6433e3b841ccfffa0c2e3  mate-common-1.17.0.tar.xz

Dependencies

  • which

The dependency which is used by all packages that require mate-common to locate it.

Installation

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

As the root user:

make install