UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ 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:
Codename: qca
Source file: qca-2.3.9.tar.xz
Source directory: qca-2.3.9
Package URL: qca-2.3.9.tar.xz
Package md5-checksum URL: qca-2.3.9.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