head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 gvermeul:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.09.23.14.05.42;  author gvermeul;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2006.09.23.14.05.42;  author gvermeul;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/bash

PKG=Numeric-24.2

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $SF/numpy/$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.1.1
log
@Import build scripts for a Python development environment in $HOME/usr.

@
text
@@
