From 457ba45f1f7d291d5881f18786b6a876573a8320 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 23 Jul 2011 00:25:03 +0200 Subject: Création du dépôt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnome-online-accounts/Pkgfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gnome-online-accounts/Pkgfile (limited to 'gnome-online-accounts/Pkgfile') diff --git a/gnome-online-accounts/Pkgfile b/gnome-online-accounts/Pkgfile new file mode 100644 index 0000000..f844e6e --- /dev/null +++ b/gnome-online-accounts/Pkgfile @@ -0,0 +1,26 @@ +# 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.1.1 +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 + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2