#Packager: George Vlahavas pkgname=mate-backgrounds pkgver=1.2.0 pkgrel=1gv source=("http://pub.mate-desktop.org/releases/1.2/mate-backgrounds-1.2.0.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mate-backgrounds (set of backgrounds packaged for MATE)" "The mate-backgrounds package includes a collection of background" "images for use as wallpapers in the MATE Desktop Environments." ) build() { cd $startdir/src/$pkgname-$pkgver ./autogen.sh --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }