mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qca to 2.1.1-7
This commit is contained in:
parent
5516d2ea37
commit
db8169225c
1 changed files with 4 additions and 4 deletions
|
@ -9,12 +9,12 @@
|
|||
pkgbase=qca
|
||||
pkgname=(qca-qt4 qca-qt5)
|
||||
pkgver=2.1.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Qt Cryptographic Architecture"
|
||||
arch=(i686 x86_64)
|
||||
url="http://delta.affinix.com/qca/"
|
||||
license=(LGPL)
|
||||
makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper)
|
||||
makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10)
|
||||
source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz"
|
||||
no-ssl3.patch)
|
||||
md5sums=('657cc701316600199199a6b6cb2c73c9'
|
||||
|
@ -50,7 +50,7 @@ build() {
|
|||
|
||||
package_qca-qt4() {
|
||||
depends=(qt4 nss)
|
||||
optdepends=('pkcs11-helper: PKCS-11 plugin')
|
||||
optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
|
||||
conflicts=(qca qca-gnupg qca-ossl)
|
||||
provides=(qca qca-gnupg qca-ossl)
|
||||
replaces=(qca qca-gnupg qca-ossl)
|
||||
|
@ -61,7 +61,7 @@ package_qca-qt4() {
|
|||
|
||||
package_qca-qt5() {
|
||||
depends=(qt5-base nss ca-certificates)
|
||||
optdepends=('pkcs11-helper: PKCS-11 plugin')
|
||||
optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
|
||||
|
||||
cd build5
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
|
Loading…
Reference in a new issue