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

pkgname=gnome-themes-standard
pkgver=3.4.2
pkgrel=1rl
source=("ftp://ftp.gnome.org/pub/gnome/sources/gnome-themes-standard/3.4/gnome-themes-standard-3.4.2.tar.xz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"gnome-themes-standard (Default themes for the GNOME desktop)"
"This package includes the default themes used in the GNOME 3 desktop"
"environment."
)


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
}