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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }