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


1.2
date	2010.08.03.08.13.13;	author gvermeul;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Removed obsolete files.
Added build-xlwt.
Added more python versions to build-jinja2 and build-scipy-svn.
@
text
@#!/bin/bash

PKG=Jinja-1.2

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

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python setup.py install
popd # $PKG
popd # ../BUILD

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


1.1
log
@Upgrade to Python-2.6, enable debugging and add support packages.
Upgrade to latests PyQt4/SIP snapshots and enable debugging.
Enable debugging in PyQwt5.
Add Python Imaging Library to help debugging QImage -> array conversion.
@
text
@@

