botan: update to 2.19.2.
This commit is contained in:
parent
5e9aa35185
commit
1dcef9658b
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'botan'
|
||||
pkgname=botan
|
||||
version=2.19.1
|
||||
version=2.19.2
|
||||
revision=1
|
||||
wrksrc="${pkgname^}-${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="doxygen python3"
|
||||
makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
|
||||
makedepends="bzip2-devel liblzma-devel sqlite-devel zlib-devel"
|
||||
short_desc="Crypto library written in C++"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://botan.randombit.net/"
|
||||
changelog="https://botan.randombit.net/news.html"
|
||||
distfiles="https://botan.randombit.net/releases/Botan-${version}.tar.xz"
|
||||
checksum=e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560
|
||||
checksum=3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75
|
||||
python_version=3
|
||||
|
||||
LDFLAGS="-pthread"
|
||||
|
@ -22,7 +23,6 @@ do_configure() {
|
|||
_args="--prefix=/usr"
|
||||
_args+=" --os=linux"
|
||||
_args+=" --with-doxygen"
|
||||
_args+=" --with-openssl"
|
||||
_args+=" --with-bzip2"
|
||||
_args+=" --with-lzma"
|
||||
_args+=" --with-zlib"
|
||||
|
@ -75,10 +75,6 @@ do_configure() {
|
|||
${_args}
|
||||
}
|
||||
|
||||
do_check() {
|
||||
make check
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense license.txt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue