#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gnome-common pkgver=3.1.0 pkgrel=1 zenver=72 arch=noarch source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-common/3.1/gnome-common-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-common - common scripts and macros to develop with GNOME" "gnome-common is an extension to autoconf, automake and libtool for the" "GNOME environment and GNOME using applications. Included are" "gnome-autogen.sh and several macros to help in both GNOME and GNOME" "2.0 source trees." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }