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

pkgname=xdgmenumaker
pkgver=1.4
pkgrel=1gv
arch=noarch
source=("xdgmenumaker-$pkgver.tar.xz")
docs=("readme.md" "install.md" "copying" "changelog" "authors" "news" "todo")
options=("nosrcpack")

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 blackbox, compizboxmenu, fluxbox,"
"fvwm, icewm, jwm, pekwm and windowmaker."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	make
	make install DESTDIR=$startdir/pkg PREFIX=/usr
}