Caja: Difference between revisions
From LFScript
Line 19: | Line 19: | ||
--sysconfdir=/etc/mate/1.17 \ | --sysconfdir=/etc/mate/1.17 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--mandir=/usr/share/man \ | |||
--libexecdir=/usr/lib/caja \ | --libexecdir=/usr/lib/caja \ | ||
--disable-static && | --disable-static && |
Revision as of 21:04, 27 February 2017
Caja is the MATE desktop file manager.
LFScript can find this software under the name caja
.
Sources
MD5 Checksums:
b15532e37c274d759cd97ea68cc5192d caja-1.17.3.tar.xz
Dependencies
- mate-desktop
- libnotify
- libunique
- shared-mime-info
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/caja \ --disable-static && make
As the root user:
make install
As the root user:
install -v -m755 -d /usr/share/doc/caja install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} \ /usr/share/doc/caja