Difference between revisions of "Mate-power-manager"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-power-manager</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/[fixme]</sourcecode> <md5>c1bc85187811...")
 
Line 14: Line 14:
 
         --sysconfdir=/etc/mate/1.17 \
 
         --sysconfdir=/etc/mate/1.17 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 +
        --mandir=/usr/share/man \
 
         --libexecdir=/usr/lib/mate-power-manager \
 
         --libexecdir=/usr/lib/mate-power-manager \
 
         --disable-static &&
 
         --disable-static &&

Revision as of 23:03, 27 February 2017

LFScript can find this software under the name mate-power-manager.

Sources


MD5 Checksums:

c1bc85187811c2ca713dd8eb262126c8  [fixme]

Dependencies

Installation

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

As the root user:

make install