Date: Saturday, July 18, 2015 @ 23:06:45
  Author: arojas
Revision: 242352

Add libsignon-glib (telepathy-accounts-signon dependency)

Added:
  libsignon-glib/
  libsignon-glib/trunk/
  libsignon-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Added: libsignon-glib/trunk/PKGBUILD
===================================================================
--- libsignon-glib/trunk/PKGBUILD                               (rev 0)
+++ libsignon-glib/trunk/PKGBUILD       2015-07-18 21:06:45 UTC (rev 242352)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Balló György <ballogyor+a...@gmail.com>
+
+pkgname=libsignon-glib
+pkgver=1.12
+pkgrel=2
+pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signon)
+makedepends=(python2-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver";)
+md5sums=('e12a123d9093a62700b46fa2c6ed8e56')
+
+build() {
+  cd $pkgname.git
+
+  export PYTHON='/usr/bin/python2'
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd $pkgname.git
+
+  make DESTDIR="$pkgdir" install
+}
+


Property changes on: libsignon-glib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to