[arch-commits] Commit in botan1.10/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Jan 6 09:52:10 UTC 2017


    Date: Friday, January 6, 2017 @ 09:52:09
  Author: felixonmars
Revision: 205726

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

Added:
  botan1.10/repos/community-i686/
  botan1.10/repos/community-i686/PKGBUILD
    (from rev 205725, botan1.10/trunk/PKGBUILD)
  botan1.10/repos/community-x86_64/
  botan1.10/repos/community-x86_64/PKGBUILD
    (from rev 205725, botan1.10/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: botan1.10/repos/community-i686/PKGBUILD (from rev 205725, botan1.10/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-06 09:52:09 UTC (rev 205726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: drakkan <nicola.murino at gmail.com>
+
+pkgname=botan1.10
+pkgver=1.10.13
+pkgrel=1
+pkgdesc='Crypto library written in C++ - old stable branch'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz")
+sha256sums=('23ec973d4b4a4fe04f490d409e08ac5638afe3aa09acd7f520daaff38ba19b90')
+
+build() {
+  cd "Botan-$pkgver"
+
+  python2 configure.py --prefix=/usr --enable-modules=cvc
+  make 
+}
+
+package() {
+  cd "Botan-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: botan1.10/repos/community-x86_64/PKGBUILD (from rev 205725, botan1.10/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-06 09:52:09 UTC (rev 205726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: drakkan <nicola.murino at gmail.com>
+
+pkgname=botan1.10
+pkgver=1.10.13
+pkgrel=1
+pkgdesc='Crypto library written in C++ - old stable branch'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz")
+sha256sums=('23ec973d4b4a4fe04f490d409e08ac5638afe3aa09acd7f520daaff38ba19b90')
+
+build() {
+  cd "Botan-$pkgver"
+
+  python2 configure.py --prefix=/usr --enable-modules=cvc
+  make 
+}
+
+package() {
+  cd "Botan-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list