# Description: Caching mechanism for freedesktop.org compliant menus # URL: http://lxde.org/ # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: libfm-extra # Optional: xdg-utils gtk-doc name=menu-cache version=1.1.1 release=1 source=(https://github.com/lxde/menu-cache/archive/$version/$name-$version.tar.gz) build() { cd $name-$version NOCONFIGURE=1 ./autogen.sh ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/ \ --disable-static make make DESTDIR=$PKG install rm -rf $PKG/usr/lib/*.la }