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


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

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

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


desc
@@


1.3
log
@Upgrade to latest releases and snapshots.
@
text
@#!/bin/bash

PKG=pyglet-1.1.4

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://pyglet.googlecode.com/files/$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
@Sync with the latest releases of matplotlib, pyglet, pygments, Python,
and sphinx.
@
text
@d3 1
a3 1
PKG=pyglet-1.1.2
@


1.1
log
@Add build-pyglet.
Upgrade Sphinx.
@
text
@d3 1
a3 1
PKG=pyglet-1.1.1
@

