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	2006.09.24.01.40.34;	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=scipy-0.5.1

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $SF/scipy/$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-scipy.
@
text
@@

