wok-next diff qca-ossl/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | |
children | d5aab818505e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qca-ossl/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="qca-ossl" 1.7 +VERSION="2.0.0-beta3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)" 1.10 +MAINTAINER="ben@seawolfsanctuary.com" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="http://delta.affinix.com/qca-ossl" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WGET_URL="http://delta.affinix.com/download/qca/2.0/plugins/$TARBALL" 1.16 + 1.17 +BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev" 1.18 + 1.19 +compile_rules() { 1.20 + chmod +x configure 1.21 + ./configure \ 1.22 + --qtdir=/usr/lib/qt && 1.23 + make $MAKEFLAGS && 1.24 + make DESTDIR=$DESTDIR install 1.25 +} 1.26 + 1.27 +genpkg_rules() { 1.28 + mkdir -p $fs/usr/lib/qt/plugins/crypto 1.29 + cp -a $src/lib/* $fs/usr/lib/qt/plugins/crypto/ 1.30 + 1.31 + # Copy .desktop file: 1.32 +# cp -a $stuff/* $fs/usr 1.33 + DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ 1.34 + libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ 1.35 + libQtOpenGL libQtSql libQtWebkit qca openssl" 1.36 +}