# $Id: PKGBUILD 27934 2010-09-30 15:07:45Z ibiru $ # Maintainer : Ionut Biru # Contributor: Hugo Doria pkgname=gnome-system-tools pkgver=2.32.0 pkgrel=1 pkgdesc="Gnome System Configuration Utilities" arch=('i686' 'x86_64') url="http://www.gnome.org/projects/gst/" license=('GPL') options=('!libtool') depends=('wireless_tools' 'liboobs>=2.32.0' 'nautilus>=2.30.1' 'polkit-gnome>=0.97' 'dconf') makedepends=('gnome-doc-utils>=0.20.1' 'intltool>=0.40') install=gnome-system-tools.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) sha256sums=('71d52698ccb60bc07d6e4e442b7cb178ebf1152396379500df5ec62da4c4d14a') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-scrollkeeper --disable-static \ --disable-services --disable-schemas-compile make make DESTDIR="${pkgdir}" install }