Mate-control-center

From LFScript
Revision as of 22:38, 29 July 2014 by Marcel (talk | contribs) (Created page with "Category:Scripts <scriptname>mate-control-center</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-control-center-1.8.2.tar.xz</sourc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LFScript can find this software under the name mate-control-center.

Sources


MD5 Checksums:

d6c98a8b230090e4728853f07efcb558  mate-control-center-1.8.2.tar.xz

Dependencies

Installation

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

As the root user:

make install