# HG changeset patch
# User Allan Pinto <allan316@gmail.com>
# Date 1244231108 0
# Node ID 197dd1a9b05de305b0ff241e7790e9da29ef938a
# Parent  37f708ceff5a95adf973846f8f27f8e5bda38800
add PyQt-x11-gpl 4.5

diff -r 37f708ceff5a -r 197dd1a9b05d PyQt-x11-gpl/receipt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyQt-x11-gpl/receipt	Fri Jun 05 19:45:08 2009 +0000
@@ -0,0 +1,32 @@
+# SliTaz package receipt.
+
+PACKAGE="PyQt-x11-gpl"
+VERSION="4.5"
+CATEGORY="development"
+SHORT_DESC="PyQt"
+MAINTAINER="allan316@gmail.com"
+DEPENDS="python libQtDesigner libQtScript  libQtcore libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDbus libQtClucene"
+BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDbus libQtClucene"
+TARBALL="$PACKAGE-$VERSION.tar.gz"
+WEB_SITE="http://www.riverbankcomputing.co.uk"
+WGET_URL="$WEB_SITE/static/Downloads/PyQt4/$TARBALL"
+
+# Rules to configure and make the package.
+compile_rules()
+{
+	cd $src
+       yes yes | python configure.py
+	make
+	make DESTDIR=$PWD/_pkg install
+}
+
+# Rules to gen a SliTaz package suitable for Tazpkg.
+genpkg_rules()
+{
+	mkdir -p $fs/usr
+	cp -a $_pkg/usr/bin $fs/usr
+	cp -a $_pkg/usr/lib $fs/usr
+	cp -a $_pkg/usr/share $fs/usr
+	strip -s $fs/usr/bin/*
+}
+