# $Id: PKGBUILD 215426 2014-06-24 19:21:02Z heftig $ # Maintainer: Ionut Biru pkgname=folks pkgver=0.9.7.1 pkgrel=1 pkgdesc="Library to aggregates people into metacontacts" arch=(i686 x86_64) url="https://wiki.gnome.org/Projects/Folks" license=(LGPL2.1) depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist) makedepends=(gobject-introspection intltool vala) install=folks.install options=('!emptydirs') source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz) md5sums=('18f3e0799fdea55be7e27bc16e73bd8a') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --disable-schemas-compile \ --disable-libsocialweb-backend --disable-fatal-warnings make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: