#Maintainer: Thorsten Muehlfelder <thenktor@gmx.de>

pkgname=menu-cache
pkgver=0.2.5
pkgrel=1tm
arch=i486
source=("http://switch.dl.sourceforge.net/sourceforge/lxde/menu-cache-$pkgver.tar.gz")
url="http://www.lxde.org/"
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"$pkgname (LXDE desktop menu cache)"
)

build() {
	cd $startdir/src/${pkgname}-${pkgver}
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc
	make -j2 || return 1
	make install DESTDIR=$startdir/pkg
}