wok-next view Qt4-qca-ossl/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents f5bfda4cdfe9
children
line source
1 # SliTaz package receipt.
3 NAME="qca-ossl"
4 PACKAGE="Qt4-$NAME"
5 MAJORVERSION="2.0"
6 VERSION="2.0.0-beta3"
7 CATEGORY="development"
8 SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)."
9 MAINTAINER="ben@seawolfsanctuary.com"
10 LICENSE="LGPL2.1"
11 WEB_SITE="http://delta.affinix.com/$NAME"
12 REPOLOGY="qca-ossl"
14 TARBALL="$NAME-$VERSION.tar.bz2"
15 WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL"
17 DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
18 libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
19 libQtOpenGL libQtSql libQtWebkit qca openssl"
20 BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev"
22 # Rules to configure and make the package.
23 compile_rules()
24 {
25 chmod +x configure
26 ./configure \
27 --qtdir=/usr/lib/qt && \
28 make $MAKEFLAGS &&
29 make DESTDIR=$DESTDIR install 2>&1 | grep -v libqca-ossl.so.debug
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 mkdir -p $fs/usr/lib/qt/plugins/crypto
36 cp -a $src/lib/* $fs/usr/lib/qt/plugins/crypto/
38 # Copy .desktop file:
39 # cp -a $stuff/* $fs/usr
40 }