summaryrefslogtreecommitdiff
path: root/extra/qca-ossl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qca-ossl/PKGBUILD')
-rw-r--r--extra/qca-ossl/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/qca-ossl/PKGBUILD b/extra/qca-ossl/PKGBUILD
index 266287574..e79c5dda5 100644
--- a/extra/qca-ossl/PKGBUILD
+++ b/extra/qca-ossl/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qca-ossl
pkgver=2.0.0
_pkgver=2.0.0-beta3
-pkgrel=6
+pkgrel=7
pkgdesc="Qt Cryptographic Architecture"
arch=('i686' 'x86_64')
url="http://delta.affinix.com/qca/"
@@ -12,13 +12,18 @@ license=('LGPL')
depends=('qca')
makedepends=('icu')
source=("http://delta.affinix.com/download/qca/2.0/plugins/${pkgname}-${_pkgver}.tar.bz2"
- 'no-whirlpool.patch')
+ 'qca-ossl-openssl-1.0.0.patch')
md5sums=('bdc62c01321385c7da8d27b3902910ce'
- '1be7ee2e5f32733b90452fb46b9c69f9')
+ '3b443b8e0347cf3cdf8f6c70e519a18f')
+
+prepare() {
+ cd $srcdir/${pkgname}-${_pkgver}
+ # Patch by Gentoo
+ patch -p1 -i $srcdir/qca-ossl-openssl-1.0.0.patch
+}
build() {
cd $srcdir/${pkgname}-${_pkgver}
- patch -p1 -i $srcdir/no-whirlpool.patch
./configure \
--release \
--no-separate-debug-info