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


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

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

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


desc
@@


1.3
log
@Sync with the latest releases of matplotlib, pyglet, pygments, Python,
and sphinx.
@
text
@#!/bin/bash

PKG=matplotlib-0.98.5.2

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $SF/matplotlib/$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.2
log
@Upgrade to the latest releases and snapshots.
@
text
@d3 1
a3 1
PKG=matplotlib-0.98.3
@


1.1
log
@Add build-engauge + environment variable in SOURCE-ME.
Add build-matplotlib.
@
text
@d3 1
a3 1
PKG=matplotlib-0.90.0
@

