academic/QtiPlot: correct a few paths
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8b9883543c
commit
8af4cfe858
|
@ -47,15 +47,19 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
QMAKESPEC="linux-g++"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
QMAKESPEC="linux-g++"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
QMAKESPEC="linux-g++-64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
QMAKESPEC="linux-g++"
|
||||
fi
|
||||
|
||||
|
@ -63,7 +67,7 @@ fi
|
|||
# folder names are used for some documentation path fixes, needed to
|
||||
# generate the html manual later on.
|
||||
DOCBOOK=dsssl-stylesheets-1.79
|
||||
CHUNK=xsl-stylesheets-1.76.1
|
||||
CHUNK=xsl-stylesheets-1.78.1
|
||||
DOCBOOKX=xml-dtd-4.5
|
||||
|
||||
set -e
|
||||
|
|
|
@ -3,7 +3,7 @@ VERSION="0.9.8.9"
|
|||
HOMEPAGE="http://www.qtiplot.com/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/qtiplot.berlios/files/qtiplot-0.9.8.9.tar.bz2 \
|
||||
http://sourceforge.net/projects/qtiplot.berlios/files/QTeXEngine-0.3-opensource.zip \
|
||||
https://sourceforge.net/projects/sboppetrov/files/QtiPlot/importOPJ-20111106.tar.gz"
|
||||
http://sourceforge.net/projects/sboppetrov/files/QtiPlot/importOPJ-20111106.tar.gz"
|
||||
MD5SUM="652096a365851da3b5f6fefdcbe2aaec \
|
||||
d1b234623770ec6209b14d1b5137f2f1 \
|
||||
6f6925beb9e27f2ea0fbd01f23da548a"
|
||||
|
|
Loading…
Reference in New Issue