wok-undigest rev 439

Qt4-qca-ossl: update bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 18:30:22 2011 +0200 (2011-09-06)
parents 804453aa6c68
children 332ac21a72aa
files Qt4-qca-ossl/receipt
line diff
     1.1 --- a/Qt4-qca-ossl/receipt	Tue Sep 06 18:23:51 2011 +0200
     1.2 +++ b/Qt4-qca-ossl/receipt	Tue Sep 06 18:30:22 2011 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
     1.5  libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
     1.6  libQtOpenGL libQtSql libQtWebkit qca openssl"
     1.7 -BUILD_DEPENDS="xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev"
     1.8 +BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev"
     1.9  TARBALL="$NAME-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://delta.affinix.com/$NAME"
    1.11  WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL"
    1.12 @@ -18,7 +18,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $NAME-$VERSION
    1.17 +	cd $src
    1.18  	
    1.19  	patch -u <<EOP
    1.20  --- qca-ossl.cpp
    1.21 @@ -73,8 +73,8 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib/qt/plugins/crypto
    1.25 -	cp -a $WOK/$PACKAGE/$NAME-$VERSION/lib/* $fs/usr/lib/qt/plugins/crypto/
    1.26 +	cp -a $src/lib/* $fs/usr/lib/qt/plugins/crypto/
    1.27  
    1.28  	# Copy .desktop file:
    1.29 -#	cp -a $WOK/$PACKAGE/stuff/* $fs/usr
    1.30 +#	cp -a $stuff/* $fs/usr
    1.31  }