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


1.4
date	2010.08.03.10.24.34;	author gvermeul;	state dead;
branches;
next	1.3;

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

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

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


desc
@@


1.4
log
@Remove obsolete files.
@
text
@#!/bin/bash

WHERE=http://www.selenic.com/mercurial/release/
PKG=mercurial-1.5

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 setup.py install
popd # $PKG
popd # ../BUILD

# EOF
@


1.3
log
@Upgrade to latest release.
@
text
@@


1.2
log
@Update to the latest releases and/or snapshots.
@
text
@d4 1
a4 1
PKG=mercurial-0.9.3
@


1.1
log
@Add the build script for Mercurial.
----------------------------------------------------------------------
@
text
@d4 1
a4 1
PKG=mercurial-0.9.1
@

