#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=xdgmenumaker
pkgver=0.3
pkgrel=1gv
arch=noarch
source=("xdgmenumaker-$pkgver.tar.gz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"xdgmenumaker (generates xdg menus)"
"xdgmenumaker is a command line tool, written in python, that generates"
"application menus using xdg information, by scanning *.desktop files"
"in /usr/share/applications and ~/.local/share/applications. All"
"applications are sorted according to the main categories as specified"
"by freedesktop.org."
"It can currently generate menus for fluxbox and windowmaker."
)


build() {
	cd $startdir/src/$pkgname
	DESTDIR=$startdir/pkg ./install.sh
}