makedepends=(intltool libgee telepathy-glib evolution-data-server gobject-introspection vala bluez python-dbusmock libsoup2)

description="Library to aggregates people into metacontacts"
url="http://www.gnome.org/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=folks
version=0.15.12
release=4

source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

set=(gnome3)

build() {
  mkdir -v build && cd build

  meson --prefix=/usr \
        --libdir=/usr/lib \
        --sysconfdir=/etc \
        -D telepathy_backend=false \
        ../$name-$version

  ninja
  DESTDIR=$PKG ninja install
}
