Mate-backgrounds: Difference between revisions
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 \ | ||
-- | --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 21: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
- mate-common
- glib2
Installation
./autogen.sh --prefix=/usr \
--sysconfdir=/etc/mate/1.17 \
--localstatedir=/var \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/mate-backgrounds \
--disable-static &&
makeAs the root user:
make install
