# Note: depends on mate-common
# Note: depends on libtool
# Note: depends on glib
# Note: depends on gettext with glib-support
# Note: depends on intltool
# Note: depends on gobject-introspection
# Note: depends on autoconf
# Note: depends on automake
wget -c http://pub.mate-desktop.org/releases/1.25/mate-menus-1.25.0.tar.xz
tar -xJf mate-menus-1.25.0.tar.xz
cd mate-menus-1.25.0
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install