#Maintainer: Dimitris Tzemos pkgname=gnome-common pkgver=3.4.0.1 pkgrel=1dj arch=noarch docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'ChangeLog.pre-git') url="http://www.gnome.org/" source=("http://ftp.gnome.org/pub/gnome/sources/gnome-common/3.4/$pkgname-$pkgver.tar.xz") sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-common (GNOME development scripts and macros)" "gnome-common: Common scripts and macros to develop with GNOME 2.0." ) build() { cd $SRC/$pkgname-$pkgver || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --sysconfdir=/etc || return 1 make || return 1 make install DESTDIR=$PKG || return 1 }