wok diff Qt4-qca-ossl/receipt @ rev 14996

Add LGPL2.1 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 11:00:21 2013 +0000 (2013-08-10)
parents 8e4c74abdf74
children 5195111b1457
line diff
     1.1 --- a/Qt4-qca-ossl/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/Qt4-qca-ossl/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.3 @@ -7,13 +7,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)."
     1.6  MAINTAINER="ben@seawolfsanctuary.com"
     1.7 +LICENSE="LGPL2.1"
     1.8 +TARBALL="$NAME-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://delta.affinix.com/$NAME"
    1.10 +WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL"
    1.11 +
    1.12  DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
    1.13  libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
    1.14  libQtOpenGL libQtSql libQtWebkit qca openssl"
    1.15  BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev"
    1.16 -TARBALL="$NAME-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://delta.affinix.com/$NAME"
    1.18 -WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22 @@ -66,7 +68,7 @@
    1.23  	chmod +x configure
    1.24  	./configure \
    1.25  		--qtdir=/usr/lib/qt && \
    1.26 -	make $MAKEFLAGS && make DESTDIR=$_pkg install
    1.27 +	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.