botan: minor changes to the Pkgfile

This commit is contained in:
Tim Biermann 2022-12-25 12:28:07 +00:00
parent 2bf73efe9d
commit 2d7a8aec29
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34DvGV0cDF4eCgXXKRQRcv7ltK3UDhQMGKRumTQptdNuSD8+lyK0rfkwsRYajQPjhI38mi/NWlCtu4j4koKmMg0=
SHA256 (Pkgfile) = 90f63804f9282a1360a67462341232d8d20bfb29571026dfb54d473f8441c3aa
RWSagIOpLGJF34TuswLThZ9yUesktUfNZxK3WugT74NeSnzdBZocSCc9aKXxQsrGvYdAnWlYETRbC6RP52CQiErEyv+vkCVsvAU=
SHA256 (Pkgfile) = 7903d1cbcf9ded460d0344342ae05847bb38e91d3f8e37a20d9edb7e2760fd91
SHA256 (.footprint) = d275dcf22f35f94e740b3afc1ec0a91ce499d6b46bb810e9a562b16b328e06c3
SHA256 (Botan-2.19.3.tar.xz) = dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55

View File

@ -1,7 +1,8 @@
# Description: Crypto and TLS for Modern C++
# URL: https://botan.randombit.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: sqlite xz
# Depends on: bzip2 sqlite3 xz
# Optional: boost
name=botan
version=2.19.3
@ -13,7 +14,7 @@ build() {
prt-get isinst boost && PKGMK_BOTAN+=' --with-boost'
/usr/bin/python3 ./configure.py --prefix=/usr \
/usr/bin/python3 ./configure.py --prefix=/usr $PKGMK_BOTAN \
--with-bzip \
--with-zlib \
--with-sqlite3 \