#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gnome-backgrounds pkgver=3.2.0 zenver=72 pkgrel=1 arch=i486 source=(http://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/3.2/gnome-backgrounds-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-backgrounds - a collection of graphics files" "The gnome-backgrounds package contains a collection of graphics files" "which can be used as backgrounds in the GNOME desktop environment." "Additionally, the package creates the proper framework and directory" "structure so that you can add your own files to the collection." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }