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

pkgname=mate-backgrounds
pkgver=1.4.0
pkgrel=1rl
source=("http://pub.mate-desktop.org/releases/1.4/mate-backgrounds-1.4.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
}