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

Christian Hesse eworm at archlinux.org
Thu Sep 8 22:13:39 UTC 2016


    Date: Thursday, September 8, 2016 @ 22:13:38
  Author: eworm
Revision: 189025

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

Added:
  oath-toolkit/repos/community-testing-i686/
  oath-toolkit/repos/community-testing-i686/PKGBUILD
    (from rev 189024, oath-toolkit/trunk/PKGBUILD)
  oath-toolkit/repos/community-testing-x86_64/
  oath-toolkit/repos/community-testing-x86_64/PKGBUILD
    (from rev 189024, oath-toolkit/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: oath-toolkit/repos/community-testing-i686/PKGBUILD (from rev 189024, oath-toolkit/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-09-08 22:13:38 UTC (rev 189025)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Sébastien Luttringer
+# Contributor: L42y <423300 at gmail.com>
+
+pkgname=oath-toolkit
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='OATH one-time password toolkit'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/oath-toolkit/'
+license=('GPL3')
+depends=('glibc' 'pam' 'xmlsec')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # Install basic docs too
+  install -D -m 644 pam_oath/README "$pkgdir/usr/share/doc/$pkgname/PAM_README"
+  install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}
+

Copied: oath-toolkit/repos/community-testing-x86_64/PKGBUILD (from rev 189024, oath-toolkit/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-09-08 22:13:38 UTC (rev 189025)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Sébastien Luttringer
+# Contributor: L42y <423300 at gmail.com>
+
+pkgname=oath-toolkit
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='OATH one-time password toolkit'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/oath-toolkit/'
+license=('GPL3')
+depends=('glibc' 'pam' 'xmlsec')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # Install basic docs too
+  install -D -m 644 pam_oath/README "$pkgdir/usr/share/doc/$pkgname/PAM_README"
+  install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}
+



More information about the arch-commits mailing list