wok-undigest rev 276

Up: qca to 2.0.3. Add qmake to bdeps. Move $NAME-$VERSION if it exist to $src. This will keep backwards compatable with tazwok.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 30 05:44:12 2011 +0000 (2011-05-30)
parents b5beeaddbd0d
children a74a41c3e072
files Qt4-qca/receipt
line diff
     1.1 --- a/Qt4-qca/receipt	Sun May 29 13:37:53 2011 +0200
     1.2 +++ b/Qt4-qca/receipt	Mon May 30 05:44:12 2011 +0000
     1.3 @@ -3,23 +3,24 @@
     1.4  NAME="qca"
     1.5  PACKAGE="Qt4-$NAME"
     1.6  MAJORVERSION="2.0"
     1.7 -VERSION="2.0.2"
     1.8 +VERSION="2.0.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Qt Cryptographic Architecture (QCA)."
    1.11  MAINTAINER="ben@seawolfsanctuary.com"
    1.12 -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
    1.13 -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
    1.14 -libQtOpenGL libQtSql libQtWebkit"
    1.15 -BUILD_DEPENDS="xorg-libX11-dev dbus-dev Qt4-dev slitaz-toolchain"
    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/$NAME/$MAJORVERSION/$TARBALL"
    1.19  
    1.20 +DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
    1.21 +libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
    1.22 +libQtOpenGL libQtSql libQtWebkit"
    1.23 +BUILD_DEPENDS="xorg-libX11-dev dbus-dev Qt4-dev qmake slitaz-toolchain"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $NAME-$VERSION
    1.29 -	
    1.30 +	[ -d $NAME-$VERSION ] && mv $NAME-$VERSION $src
    1.31 +	cd $src
    1.32  	chmod +x configure
    1.33  	./configure \
    1.34  		--prefix=/usr \