From c42ceb886ccc266a2fefe17c1a0604b50a44bea4 Mon Sep 17 00:00:00 2001 From: Neil Flood Date: Fri, 23 Nov 2018 04:45:42 +1000 Subject: qca: new package (#9924) --- var/spack/repos/builtin/packages/qca/package.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 var/spack/repos/builtin/packages/qca/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/qca/package.py b/var/spack/repos/builtin/packages/qca/package.py new file mode 100644 index 0000000000..5faf47e0d7 --- /dev/null +++ b/var/spack/repos/builtin/packages/qca/package.py @@ -0,0 +1,25 @@ +# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class Qca(CMakePackage): + """Taking a hint from the similarly-named Java Cryptography Architecture, + 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. The advantage of + this model is to allow applications to avoid linking to or explicitly + depending on any particular cryptographic library. This allows one to + easily change or upgrade crypto implementations without even needing + to recompile the application! + QCA should work everywhere Qt does, including Windows/Unix/MacOSX. """ + + homepage = "https://userbase.kde.org/QCA" + url = "https://github.com/KDE/qca/archive/v2.1.3.tar.gz" + + version('2.1.3', 'bd646d08fdc1d9be63331a836ecd528f') + + depends_on('qt@4.2:') -- cgit v1.2.3-70-g09d2