#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gnome-icon-theme-symbolic pkgver=2.31.0 zenver=66 pkgrel=1 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-symbolic/2.31/gnome-icon-theme-symbolic-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=ftp://ftp.gnome.org/pub/gnome/sources/gnome-icon-theme options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-icon-theme-symbolic - Symbolic icons" "This package contains the default icon theme used by the GNOME" "desktop. The icons are used in the panel menu, and in nautilus and" "other applications, to represent the different applications, files," "directories, and devices.This package contains symbolic icons for the" "default GNOME icon theme." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }