mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/botan1.10 to 1.10.17-1
This commit is contained in:
parent
bdf4a49e4b
commit
b0d4c6968b
2 changed files with 4 additions and 38 deletions
|
@ -1,25 +0,0 @@
|
|||
From a5b940718d8a0c87ae92a5e8961fd50b6ddc5532 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Sun, 2 Aug 2015 12:12:21 -0600
|
||||
Subject: [PATCH] aarch64 support
|
||||
|
||||
---
|
||||
src/build-data/arch/aarch64.txt | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
create mode 100644 src/build-data/arch/aarch64.txt
|
||||
|
||||
diff --git a/src/build-data/arch/aarch64.txt b/src/build-data/arch/aarch64.txt
|
||||
new file mode 100644
|
||||
index 0000000..863b000
|
||||
--- /dev/null
|
||||
+++ b/src/build-data/arch/aarch64.txt
|
||||
@@ -0,0 +1,6 @@
|
||||
+endian little
|
||||
+
|
||||
+<aliases>
|
||||
+arm64 # For Debian
|
||||
+</aliases>
|
||||
+
|
||||
--
|
||||
2.4.6
|
||||
|
|
@ -5,27 +5,18 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - compiler flags adjustment to build correctly
|
||||
# - --cpu in configure set to correct architectures, autodetect fails
|
||||
# - AArch64 patch
|
||||
|
||||
pkgname=botan1.10
|
||||
pkgver=1.10.13
|
||||
pkgver=1.10.17
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++ - old stable branch'
|
||||
license=('BSD')
|
||||
arch=('x86_64' 'i686')
|
||||
arch=('x86_64')
|
||||
url='http://botan.randombit.net/'
|
||||
depends=('gcc-libs' 'sh')
|
||||
makedepends=('python2')
|
||||
source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"
|
||||
'0001-aarch64-support.patch')
|
||||
sha256sums=('23ec973d4b4a4fe04f490d409e08ac5638afe3aa09acd7f520daaff38ba19b90'
|
||||
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
||||
|
||||
prepare() {
|
||||
cd "Botan-$pkgver"
|
||||
|
||||
patch -p1 -i ../0001-aarch64-support.patch
|
||||
}
|
||||
source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz")
|
||||
sha512sums=('a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649')
|
||||
|
||||
build() {
|
||||
cd "Botan-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue