wok-next view qca-ossl/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="qca-ossl"
4 VERSION="2.0.0-beta3"
5 CATEGORY="development"
6 SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://userbase.kde.org/QCA"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://delta.affinix.com/download/qca/2.0/plugins/$TARBALL"
14 BUILD_DEPENDS="qmake libx11-dev dbus-dev openssl-dev Qt4-dev qca-dev"
16 compile_rules() {
17 chmod +x configure
18 ./configure \
19 --qtdir=/usr/lib/qt &&
20 make $MAKEFLAGS &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 mkdir -p $fs/usr/lib/qt/plugins/crypto
26 cp -a $src/lib/* $fs/usr/lib/qt/plugins/crypto/
28 # Copy .desktop file:
29 # cp -a $stuff/* $fs/usr
30 DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
31 libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
32 libQtOpenGL libQtSql libQtWebkit qca openssl"
33 }