head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.04.16.15.28.47;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2011.08.04.21.31.33;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to Qt-4.8.1 and upgrade many other packages.
@
text
@#!/bin/bash

PKG=lxml-2.3.4

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://pypi.python.org/packages/source/l/lxml/$PKG.tar.gz
fi
popd


function version() {
    rm -rf $PKG
    tar xfz ../SOURCES/$PKG.tar.gz
    pushd $PKG
    $1 setup.py install
    popd # $PKG
}

pushd ../BUILD
version python2.5
version python2.6
version python2.7
version python3.1
version python3.2
popd # ../BUILD

# Local Variables: ***
# mode: sh ***
# End: ***
@


1.1
log
@Upgrade to the latest version of PyQt and sip.
Add build-lxml.
@
text
@d3 1
a3 1
PKG=lxml-2.3
@

