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


1.5
date	2010.07.17.19.47.32;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2010.07.05.08.46.06;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2010.04.30.12.47.20;	author gvermeul;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@Upgrade to latest releases and snapshots.
Install python-2.5, -2.6, -2.7, and -3.1.
Compile several packages for several or all python versions.
@
text
@#!/bin/bash

WHERE=http://www.riverbankcomputing.co.uk/static/Downloads/sip4/
PKG=sip-snapshot-4.10.3-f760366cea3b

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $WHERE/$PKG.tar.gz
fi
popd

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz

pushd $PKG
python configure.py -u
make
make install
popd # $PKG

rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz

pushd $PKG
python3 configure.py -u
make
make install
popd # $PKG

popd # ../BUILD

# EOF
@


1.4
log
@Update to latest snapshots.
@
text
@d4 1
a4 1
PKG=sip-snapshot-4.10.3-710b71e6f0c6
@


1.3
log
@Upgrade to the latest snapshots and releases.
@
text
@d4 1
a4 1
PKG=sip-snapshot-4.10.3-7387fa17a780
@


1.2
log
@Use tar instead of hg.
@
text
@d4 1
a4 1
PKG=sip-snapshot-4.10.2-9fe1eb5bf1ac
@


1.1
log
@Upgrade to the latest releases and snapshots.
Use python2.6 and python3.1 explicitly.
@
text
@d3 8
a10 2
WHERE=http://www.riverbankcomputing.com/hg/sip
PKG=sip
d13 2
a15 2
rm -rf $PKG
tar xvfz ../SOURCES/$PKG.tar.gz
d23 2
a24 1
tar xvfz ../SOURCES/$PKG.tar.gz
@

