pkgname: 'menu-cache' pkgver: '1.1.1' pkgrel: '1' pkgdesc: 'For creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus.' url: 'http://lxde.org/' arch: x86_64 depends: [] makedepends: - 'libfm-extra' - 'gtk-doc' source: - 'https://github.com/lxde/menu-cache/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./autogen.sh ./configure --prefix=/usr --disable-static make make DESTDIR=${PKGDIR} install # Obsolet lib rm -f ${PKGDIR}/usr/lib/libmenu-cache.la package: | true