#Maintainer: George Vlahavas (vlahavas~AT~gmail~DOT~com) pkgname=gnome-common pkgver=2.28.0 pkgrel=1gv arch=noarch source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-common/2.28/gnome-common-2.28.0.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=www.gnome.org options=('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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }