mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/botan to 1.11.13-1
This commit is contained in:
parent
16af4f44c9
commit
205a094dd2
1 changed files with 5 additions and 7 deletions
|
@ -10,8 +10,8 @@
|
|||
# - --cpu in configure set to correct architectures, autodetect fails
|
||||
|
||||
pkgname=botan
|
||||
pkgver=1.11.12
|
||||
pkgrel=2
|
||||
pkgver=1.11.13
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
license=('BSD')
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -19,7 +19,8 @@ url='http://botan.randombit.net/'
|
|||
depends=('gcc-libs' 'sh' 'asio')
|
||||
makedepends=('python2' 'asio')
|
||||
source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
|
||||
sha256sums=('053d4c2647d9cc2da99112717facb36cf98c2b0f3d99bd7e37c9677c6b5c3025' 'SKIP')
|
||||
sha256sums=('81f826a609ec1eed8b0ede1b870b8dea1294f5314de807cf33cd7073c634e3c9'
|
||||
'SKIP')
|
||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
|
||||
|
||||
prepare() {
|
||||
|
@ -51,10 +52,7 @@ package() {
|
|||
|
||||
make DESTDIR="$pkgdir/usr" install
|
||||
find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
|
||||
install -Dm644 doc/license.rst "$pkgdir/usr/share/licenses/$pkgname/license.rst"
|
||||
|
||||
# Fix the pkg-config location
|
||||
mv "$pkgdir/usr/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
|
||||
install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue