#Maintainer: Dimitris Tzemos pkgname=gnome-common pkgver=3.18.0 pkgrel=1dj arch=noarch docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'ChangeLog.pre-git') url="http://www.gnome.org/" source=(http://download.gnome.org/sources/$pkgname/${pkgver:0: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 }