#Packager: George Vlahavas pkgname=mate-menu-editor pkgver=1.2.0 pkgrel=1gv source=("http://pub.mate-desktop.org/releases/1.2/mate-menu-editor-1.2.0.tar.xz" "help.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mate-menu-editor (Easy MATE menu editing tool)" "Mozo (mate-menu-editor) is an easy-to-use menu editor for MATE that" "can add and edit new entries and menus. It works with the" "freedesktop.org menu specification and should work with any desktop" "environment that uses the spec." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/help.patch || exit 1 ./autogen.sh \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }