[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 18 21:06:45 UTC 2015


    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 <arojas at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at 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



More information about the arch-commits mailing list