# Depends on libfm-extra

# Exit on error:
set -e

wget http://downloads.sourceforge.net/project/lxde/menu-cache/1.0/menu-cache-1.0.0.tar.xz
tar xf menu-cache-1.0.0.tar.xz
cd menu-cache-1.0.0

./configure \
    --prefix=/usr

make
make install

cd ..
exit 0
