[arch-commits] Commit in libsignon-glib/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 23 15:12:10 UTC 2018


    Date: Monday, July 23, 2018 @ 15:12:09
  Author: foutrelis
Revision: 329422

archrelease: copy trunk to staging-x86_64

Added:
  libsignon-glib/repos/staging-x86_64/
  libsignon-glib/repos/staging-x86_64/PKGBUILD
    (from rev 329421, libsignon-glib/trunk/PKGBUILD)

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

Copied: libsignon-glib/repos/staging-x86_64/PKGBUILD (from rev 329421, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-07-23 15:12:09 UTC (rev 329422)
@@ -0,0 +1,33 @@
+# $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.14
+pkgrel=3
+pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
+
+build() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc'
+  make -j1
+}
+
+package() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list