#Packager: George Vlahavas pkgname=caja-actions pkgver=1.26.0 _mainver=`echo $pkgver | cut -d'.' -f1,2` pkgrel=1gv source=("https://pub.mate-desktop.org/releases/${_mainver}/caja-actions-${pkgver}.tar.xz") docs=("readme" "install" "copying*" "changelog*" "authors" "news" "todo" "maintainers" "about-nls") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "caja-actions (add custom actions on Caja popup menus)" "Caja-actions is an extension for Caja file manager which allows the" "user to add arbitrary program to be launched through the Caja file" "manager popup menu of selected files." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }