[arch-commits] Commit in libsignon-glib/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jul 27 17:24:40 UTC 2018
Date: Friday, July 27, 2018 @ 17:24:39
Author: arojas
Revision: 329599
archrelease: copy trunk to testing-x86_64
Added:
libsignon-glib/repos/testing-x86_64/
libsignon-glib/repos/testing-x86_64/PKGBUILD
(from rev 329598, libsignon-glib/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: libsignon-glib/repos/testing-x86_64/PKGBUILD (from rev 329598, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-27 17:24:39 UTC (rev 329599)
@@ -0,0 +1,38 @@
+# $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.15
+pkgrel=1
+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 vala git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ git submodule init
+ git submodule update
+}
+
+build() {
+ cd $pkgname
+ ./autogen.sh
+ ./configure \
+ --prefix='/usr' \
+ --localstatedir='/var' \
+ --sysconfdir='/etc'
+ make
+}
+
+package() {
+ cd $pkgname
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list