description="For creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus."
url="http://lxde.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Geantbrun"

makedepends=(libfm-extra)

name=menu-cache
version=1.1.0
release=2

source=(http://downloads.sourceforge.net/lxde/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr  --disable-static
make
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libmenu-cache.la
}
