# HG changeset patch # User Christopher Rogers # Date 1306734252 0 # Node ID 7ba1089a196e286d50f414b03e70b1193c7673cf # Parent b5beeaddbd0d91d7dd77e225275e96b31263be9b 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. diff -r b5beeaddbd0d -r 7ba1089a196e Qt4-qca/receipt --- a/Qt4-qca/receipt Sun May 29 13:37:53 2011 +0200 +++ b/Qt4-qca/receipt Mon May 30 05:44:12 2011 +0000 @@ -3,23 +3,24 @@ NAME="qca" PACKAGE="Qt4-$NAME" MAJORVERSION="2.0" -VERSION="2.0.2" +VERSION="2.0.3" CATEGORY="development" SHORT_DESC="The Qt Cryptographic Architecture (QCA)." MAINTAINER="ben@seawolfsanctuary.com" -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ -libQtOpenGL libQtSql libQtWebkit" -BUILD_DEPENDS="xorg-libX11-dev dbus-dev Qt4-dev slitaz-toolchain" TARBALL="$NAME-$VERSION.tar.bz2" WEB_SITE="http://delta.affinix.com/$NAME" WGET_URL="http://delta.affinix.com/download/$NAME/$MAJORVERSION/$TARBALL" +DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ +libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ +libQtOpenGL libQtSql libQtWebkit" +BUILD_DEPENDS="xorg-libX11-dev dbus-dev Qt4-dev qmake slitaz-toolchain" + # Rules to configure and make the package. compile_rules() { - cd $NAME-$VERSION - + [ -d $NAME-$VERSION ] && mv $NAME-$VERSION $src + cd $src chmod +x configure ./configure \ --prefix=/usr \