#Packager: George Vlahavas pkgname=mate-icon-theme pkgver=1.2.0 pkgrel=1gv source=("http://pub.mate-desktop.org/releases/1.2/mate-icon-theme-1.2.0.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 ./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 }