[arch-commits] Commit in libykneomgr/repos (4 files)

Christian Hesse eworm at archlinux.org
Tue Jun 2 13:42:24 UTC 2015


    Date: Tuesday, June 2, 2015 @ 15:42:24
  Author: eworm
Revision: 134541

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libykneomgr/repos/community-i686/
  libykneomgr/repos/community-i686/PKGBUILD
    (from rev 134540, libykneomgr/trunk/PKGBUILD)
  libykneomgr/repos/community-x86_64/
  libykneomgr/repos/community-x86_64/PKGBUILD
    (from rev 134540, libykneomgr/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: libykneomgr/repos/community-i686/PKGBUILD (from rev 134540, libykneomgr/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-02 13:42:24 UTC (rev 134541)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=libykneomgr
+pkgver=0.1.7
+pkgrel=2
+pkgdesc="Yubico YubiKey NEO Manager C Library"
+arch=('i686' 'x86_64')
+url="https://github.com/Yubico/libykneomgr"
+license=('BSD')
+depends=('pcsclite' 'ccid' 'libzip')
+makedepends=('git' 'gengetopt' 'help2man')
+source=("git://github.com/Yubico/libykneomgr.git#tag=libykneomgr-${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+	cd libykneomgr/
+
+	touch ChangeLog
+	autoreconf -fi
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd libykneomgr/
+
+	make check
+}
+
+package() {
+	cd libykneomgr/
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/libykneomgr/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/libykneomgr/README"
+	make DESTDIR="${pkgdir}/" install
+}
+

Copied: libykneomgr/repos/community-x86_64/PKGBUILD (from rev 134540, libykneomgr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-02 13:42:24 UTC (rev 134541)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=libykneomgr
+pkgver=0.1.7
+pkgrel=2
+pkgdesc="Yubico YubiKey NEO Manager C Library"
+arch=('i686' 'x86_64')
+url="https://github.com/Yubico/libykneomgr"
+license=('BSD')
+depends=('pcsclite' 'ccid' 'libzip')
+makedepends=('git' 'gengetopt' 'help2man')
+source=("git://github.com/Yubico/libykneomgr.git#tag=libykneomgr-${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+	cd libykneomgr/
+
+	touch ChangeLog
+	autoreconf -fi
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd libykneomgr/
+
+	make check
+}
+
+package() {
+	cd libykneomgr/
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/libykneomgr/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/libykneomgr/README"
+	make DESTDIR="${pkgdir}/" install
+}
+



More information about the arch-commits mailing list