The Menu Cache package contains a library for creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://downloads.sourceforge.net/lxde/menu-cache-1.0.0.tar.xz
Download MD5 sum: 4a8e6c1a86d5e64ec725d850a4abfbad
Download size: 256 KB
Estimated disk space required: 3.2 MB (additional 0.6 MB to build and install the API documentation)
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/menu-cache
Install Menu Cache by running the following commands:
./configure --prefix=/usr \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this option if
GTK-Doc is installed and you wish
to build and install the API documentation. With this option
enabled, the package doesn't support parallel build.
Last updated on 2015-03-01 02:42:20 -0800