wok-undigest rev 293

Remove Qt4-qca. qca is in wok.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jun 03 17:08:28 2011 +0000 (2011-06-03)
parents 94ba6b70bfa9
children 87be6b612049
files Qt4-qca/receipt
line diff
     1.1 --- a/Qt4-qca/receipt	Fri Jun 03 14:48:50 2011 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,41 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -NAME="qca"
     1.7 -PACKAGE="Qt4-$NAME"
     1.8 -MAJORVERSION="2.0"
     1.9 -VERSION="2.0.3"
    1.10 -CATEGORY="development"
    1.11 -SHORT_DESC="The Qt Cryptographic Architecture (QCA)."
    1.12 -MAINTAINER="ben@seawolfsanctuary.com"
    1.13 -TARBALL="$NAME-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://delta.affinix.com/$NAME"
    1.15 -WGET_URL="http://delta.affinix.com/download/$NAME/$MAJORVERSION/$TARBALL"
    1.16 -
    1.17 -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
    1.18 -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
    1.19 -libQtOpenGL libQtSql libQtWebkit"
    1.20 -BUILD_DEPENDS="xorg-libX11-dev dbus-dev Qt4-dev qmake slitaz-toolchain"
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	[ -d $NAME-$VERSION ] && mv $NAME-$VERSION $src
    1.26 -	cd $src
    1.27 -	chmod +x configure
    1.28 -	./configure \
    1.29 -		--prefix=/usr \
    1.30 -		--disable-tests && \
    1.31 -	make -j4 && make DESTDIR=$_pkg install
    1.32 -}
    1.33 -
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 -	mkdir -p $fs/usr
    1.38 -	for DIR in bin lib include ; do
    1.39 -		cp -a $WOK/$PACKAGE/$NAME-$VERSION/$DIR $fs/usr
    1.40 -	done
    1.41 -
    1.42 -	# Copy .desktop file:
    1.43 -#	cp -a $WOK/$PACKAGE/stuff/* $fs/usr
    1.44 -}