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


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

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


desc
@@


1.2
log
@Upgrade to the latest releases and subversion snapshots.
Add build-qscintilla2-svn.
Zap build-celementtree and build-engauge.
@
text
@#!/bin/bash

PKG=cElementTree-1.0.5-20051216

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://effbot.org/downloads/$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
@Add build-gccxml, build-qwt, and build-qwtplot3d.
Add build-celementtree, build-elementtree (not needed for Python-2.5)
@
text
@@

