# Description: Fournit une interface permettant aux applications Gnome d'acceder au compte en ligne de l'utilisateur. # URL: http://www.gnome.org/ # Maintainer: NutyX GNOME team # Packager: piernov # Depends on: liboauth, rest, webkit, json-glib, libnotify, gnome-keyring, gobject-introspection # Run on: liboauth,rest,webkit,json-glib,libnotify,gnome-keyring name=gnome-online-accounts version=3.4.2 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/bin \ --enable-google \ --enable-twitter \ --enable-yahoo \ --enable-facebook \ --enable-introspection=yes make make DESTDIR=$PKG install }