libraries/muParser: Updated for version 2.2.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
39edaba020
commit
9104103fdf
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for muParser
|
||||
|
||||
# Copyright 2011-2012 Petar Petrov, ppetrov@paju.oulu.fi
|
||||
# Copyright 2011-2013 Petar Petrov, ppetrov@paju.oulu.fi
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,12 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=muParser
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
VERSION=${VERSION:-2.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=$(echo $PRGNAM | tr A-Z a-z)
|
||||
SRCVER=v2_1_0
|
||||
SRCVER=v2_2_3
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -72,9 +72,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Make this executable...
|
||||
chmod +x configure
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="muParser"
|
||||
VERSION="2.1.0"
|
||||
VERSION="2.2.3"
|
||||
HOMEPAGE="http://muparser.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/muparser/muparser_v2_1_0.zip"
|
||||
MD5SUM="fb29b528717399a8e313d365107925c1"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/muparser/muparser_v2_2_3.zip"
|
||||
MD5SUM="9de40ec1dab5bd2787ee344fce5846ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
muParser: muParser (A math parser library)
|
||||
muParser:
|
||||
muParser: muParser is an extensible high performance math expression parser
|
||||
muParser: library written in C++. It works by transforming a mathematical
|
||||
muParser: expression into bytecode and precalculating constant parts of the
|
||||
muParser: expression into bytecode and precalculating constant parts of the
|
||||
muParser: expression.
|
||||
muParser:
|
||||
muParser: Home: http://muparser.sourceforge.net/
|
||||
|
|
Loading…
Reference in New Issue