wok-next annotate qca-ossl/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
parents d457c4e37c1b
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
al@21017 2
al@21017 3 PACKAGE="qca-ossl"
al@21017 4 VERSION="2.0.0-beta3"
al@21017 5 CATEGORY="development"
al@21017 6 SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@21017 8 LICENSE="LGPL2.1"
al@21041 9 WEB_SITE="https://userbase.kde.org/QCA"
al@21017 10
al@21017 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21017 12 WGET_URL="http://delta.affinix.com/download/qca/2.0/plugins/$TARBALL"
al@21017 13
al@21078 14 BUILD_DEPENDS="qmake libx11-dev dbus-dev openssl-dev Qt4-dev qca-dev"
al@21017 15
al@21017 16 compile_rules() {
al@21017 17 chmod +x configure
al@21017 18 ./configure \
al@21017 19 --qtdir=/usr/lib/qt &&
al@21017 20 make $MAKEFLAGS &&
al@21020 21 make DESTDIR=$install install
al@21017 22 }
al@21017 23
al@21017 24 genpkg_rules() {
al@21017 25 mkdir -p $fs/usr/lib/qt/plugins/crypto
al@21017 26 cp -a $src/lib/* $fs/usr/lib/qt/plugins/crypto/
al@21017 27
al@21017 28 # Copy .desktop file:
al@21017 29 # cp -a $stuff/* $fs/usr
al@21017 30 DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
al@21017 31 libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
al@21017 32 libQtOpenGL libQtSql libQtWebkit qca openssl"
al@21017 33 }