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


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

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

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

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


desc
@@


1.4
log
@Sync with the latest releases and snapshots.
@
text
@#!/bin/bash

PKG=qwtplot3d-0.2.7

pushd ../SOURCES
if [ ! -f $PKG.tgz ]; then
    wget $SF/qwtplot3d/$PKG.tgz
fi
popd

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tgz
mv qwtplot3d $PKG
pushd $PKG
cat >> qwtplot3d.pro <<EOF
include.path += \$\$[QT_INSTALL_PREFIX]/include/qwtplot3d
include.files += \$\${HEADERS}
target.path += \$\$[QT_INSTALL_PREFIX]/lib
INSTALLS += include target
EOF
(qmake && make && make install)
# examples
(cd examples && qmake && make)
popd # $PKG
popd # ../BUILD

# Local Variables: ***
# mode: sh ***
# End: ***

@


1.3
log
@Fix the install directory.
@
text
@d3 1
a3 1
PKG=qwtplot3d-0.2.6
@


1.2
log
@Switch from Qt-4.1.4 to Qt-4.2.0.
@
text
@d19 1
a19 1
target.path += \$\$[QT_INSTALL_PREFIX]/usr/lib
@


1.1
log
@Add build-gccxml, build-qwt, and build-qwtplot3d.
Add build-celementtree, build-elementtree (not needed for Python-2.5)
@
text
@d17 1
a17 1
include.path += $HOME/usr/include/qwtplot3d
d19 1
a19 1
target.path += $HOME/usr/lib
@

