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

pkgname=mate-icon-theme
pkgver=1.26.0
_majorver=`echo $pkgver | cut -d'.' -f1,2`
pkgrel=1gv
source=("http://pub.mate-desktop.org/releases/${_majorver}/mate-icon-theme-$pkgver.tar.xz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"mate-icon-theme (The MATE Icon Theme)"
"The MATE Icon Theme package contains an assortment of scalable and"
"non-scalable icons of different sizes and themes. The MATE Icon"
"Theme is used as a fallback theme when user selected themes do not"
"support a given icon."
)


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
} 
