diff options
author | Tim Biermann <tbier@posteo.de> | 2022-12-25 12:28:07 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-12-28 13:56:24 +0000 |
commit | 2d7a8aec29620f01521e100f4de33abe1e4dd9bd (patch) | |
tree | 5421d63b8c437b438c5a7d53c1065bce11c05e4b /botan | |
parent | 2bf73efe9d12788ad2187831ea5acef9bda11aa7 (diff) | |
download | contrib-2d7a8aec29620f01521e100f4de33abe1e4dd9bd.tar.gz contrib-2d7a8aec29620f01521e100f4de33abe1e4dd9bd.tar.xz |
botan: minor changes to the Pkgfile
Diffstat (limited to 'botan')
-rw-r--r-- | botan/.signature | 4 | ||||
-rw-r--r-- | botan/Pkgfile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/botan/.signature b/botan/.signature index a16eb73af..aa00589ba 100644 --- a/botan/.signature +++ b/botan/.signature @@ -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 diff --git a/botan/Pkgfile b/botan/Pkgfile index fafe1aada..90b975167 100644 --- a/botan/Pkgfile +++ b/botan/Pkgfile @@ -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 \ |