[arch-commits] Commit in yubico-c-client/repos (4 files)
Christian Hesse
eworm at archlinux.org
Tue Jun 2 13:43:06 UTC 2015
Date: Tuesday, June 2, 2015 @ 15:43:06
Author: eworm
Revision: 134543
archrelease: copy trunk to community-i686, community-x86_64
Added:
yubico-c-client/repos/community-i686/
yubico-c-client/repos/community-i686/PKGBUILD
(from rev 134542, yubico-c-client/trunk/PKGBUILD)
yubico-c-client/repos/community-x86_64/
yubico-c-client/repos/community-x86_64/PKGBUILD
(from rev 134542, yubico-c-client/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Copied: yubico-c-client/repos/community-i686/PKGBUILD (from rev 134542, yubico-c-client/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-02 13:43:06 UTC (rev 134543)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-c-client
+pkgver=2.14
+pkgrel=2
+pkgdesc='Yubico YubiKey client C library'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-c-client'
+license=('BSD')
+depends=('curl' 'yubico-c')
+makedepends=('git' 'help2man')
+provides=('ykclient')
+conflicts=('ykclient')
+source=("git://github.com/Yubico/yubico-c-client.git#tag=ykclient-${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+ cd yubico-c-client/
+
+ autoreconf -fi
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd yubico-c-client/
+
+ make check
+}
+
+package() {
+ cd yubico-c-client/
+
+ install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c-client/COPYING"
+ install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c-client/README"
+ make DESTDIR="${pkgdir}/" install
+}
+
Copied: yubico-c-client/repos/community-x86_64/PKGBUILD (from rev 134542, yubico-c-client/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-06-02 13:43:06 UTC (rev 134543)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-c-client
+pkgver=2.14
+pkgrel=2
+pkgdesc='Yubico YubiKey client C library'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-c-client'
+license=('BSD')
+depends=('curl' 'yubico-c')
+makedepends=('git' 'help2man')
+provides=('ykclient')
+conflicts=('ykclient')
+source=("git://github.com/Yubico/yubico-c-client.git#tag=ykclient-${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+ cd yubico-c-client/
+
+ autoreconf -fi
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd yubico-c-client/
+
+ make check
+}
+
+package() {
+ cd yubico-c-client/
+
+ install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c-client/COPYING"
+ install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c-client/README"
+ make DESTDIR="${pkgdir}/" install
+}
+
More information about the arch-commits
mailing list