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


1.5
date	2007.04.22.14.58.17;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.21.10.54.44;	author gvermeul;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.5
log
@Sync with the latest releases.
@
text
@#!/bin/bash

PKG=eric-3.9.5
WHERE=$SF/eric-ide

#PKG=eric-snapshot-20061029
#WHERE=http://www.die-offenbachs.de/detlev/snapshots

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $WHERE/$PKG.tar.gz
fi

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python install.py -b ~/usr/bin
popd # $PKG
popd # ../BUILD

# EOF
@


1.4
log
@Update to the latest releases and/or snapshots.
@
text
@d3 1
a3 1
PKG=eric-3.9.4
@


1.3
log
@Sync with Eric3, Eric4, and QScintilla2.
@
text
@d3 1
a3 1
PKG=eric-3.9.2
@


1.2
log
@Sync with the latest snapshot.
@
text
@d3 5
a7 2
PKG=eric-snapshot-20061029
WHERE=http://www.die-offenbachs.de/detlev/snapshots
@


1.1
log
@Add the build scripts for Eric-3 and Eric-4.
@
text
@d3 1
a3 1
PKG=eric-snapshot-20060915
@

