Difference between revisions of "Mate-backgrounds"

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 \
 
         --localstatedir=/var \
         --sysconfdir=/etc/mate/1.17 &&
+
         --mandir=/usr/share/man \
 +
        --libexecdir=/usr/lib/mate-backgrounds \
 +
        --disable-static &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 23:01, 27 February 2017

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

Sources


MD5 Checksums:

024383afeebf24c4885a676a1a265abf  mate-backgrounds-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/mate-backgrounds \
        --disable-static &&
make

As the root user:

make install