# $Id: PKGBUILD 183428 2013-04-21 22:11:14Z heftig $ # Maintainer: Jan de Groot pkgname=libgdata pkgver=0.13.3 pkgrel=1 pkgdesc="GLib-based library for accessing online service APIs using the GData protocol" arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts') makedepends=('intltool' 'gobject-introspection') url="http://www.gnome.org" options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('4bf52706b2ab404f8b128e000509acd9937facf26916d3e907a3db8653f73637') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr --disable-static make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install }