UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

qca

Qca aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. Qca separates the API from the implementation, using plugins known as Providers.

Package info

Template: cmake-make
Codename: qca
Source file: qca-2.3.10.tar.xz
Source directory: qca-2.3.10
Package URL: qca-2.3.10.tar.xz
Package md5-checksum URL: qca-2.3.10.tar.xz.md5sum
Dependances: make-ca, p11-kit, cmake, libgpg-error, libgcrypt, cyrus-sasl, gnupg, nspr, which, nss, doxygen, qt6, Botan.
Dependance of: okular, KF6, plasma.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's@cert.pem@certs/ca-bundle.crt@' CMakeLists.txt

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=$QT6DIR            \
      -D CMAKE_BUILD_TYPE=Release                \
      -D QT6=ON                                  \
      -D QCA_INSTALL_IN_QT_PREFIX=ON             \
      -D QCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
      ..

Build script:
cd    build
make

Install script:
cd    build
make install