# $Id: PKGBUILD 154030 2012-03-21 18:29:31Z ibiru $ # Maintainer: Ionut Biru pkgname=gnome-online-accounts pkgver=3.3.92.1 pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) url="http://www.gnome.org" license=('GPL') depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme') makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') options=(!libtool) install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz) sha256sums=('e8de3e9baf64b4814de3496e3a06d7db878536476ba2f1670618bb2b31614099') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: