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

Felix Yan felixonmars at archlinux.org
Wed Nov 15 06:39:58 UTC 2017


    Date: Wednesday, November 15, 2017 @ 06:39:56
  Author: felixonmars
Revision: 266815

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: botan1.10/repos/community-testing-x86_64/PKGBUILD (from rev 266814, botan1.10/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-11-15 06:39:56 UTC (rev 266815)
@@ -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.17
+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")
+sha512sums=('a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649')
+
+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