UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ 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 file size: 764844
Source file MD5-checkum: c3ed3262c83c43bdeb610836769b1534
Source directory: qca-2.3.10
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/q/qca-2.3.10.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/q/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