Skip to content
Snippets Groups Projects
Verified Commit c4c07ae1 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

harmony/qca: we need Qt 5 version

parent aa78da47
No related branches found
No related tags found
No related merge requests found
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qca
pkgver=2.1.3
pkgrel=5
pkgdesc="Qt cryptographic architecture"
url="http://delta.affinix.com/qca/"
arch="all"
license="LGPL-2.1+"
depends=
depends_dev="qt5-qtbase-dev"
makedepends="$depends_dev cmake cyrus-sasl-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://download.kde.org/stable/qca/$pkgver/src/qca-${pkgver}.tar.xz"
builddir="$srcdir"/qca-$pkgver
build() {
cd "$builddir"
cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_cyrus-sasl_PLUGIN=yes .
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
check() {
cd "$builddir"
make test
}
sha512sums="0aec277e0695da2e45298f0a9006213829fe4c449a79969e472947db54f45000ba6e22361b782465bdc03f269b7301d318c843f5a83db459a118e58a03f3116a qca-2.1.3.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment