summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Petar Petrov2013-03-12 00:29:54 +0100
committer dsomero2013-03-22 12:16:37 +0100
commit9104103fdff70ceabf091e4d06f973ad80cb679b (patch)
tree5b4d8eb589e89256aa331941c1b7f027ecfd284b /libraries
parent39edaba020cb4a659ed0904dac37b107b6dfdb0a (diff)
downloadslackbuilds-9104103fdff70ceabf091e4d06f973ad80cb679b.tar.gz
libraries/muParser: Updated for version 2.2.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/muParser/muParser.SlackBuild9
-rw-r--r--libraries/muParser/muParser.info6
-rw-r--r--libraries/muParser/slack-desc12
3 files changed, 12 insertions, 15 deletions
diff --git a/libraries/muParser/muParser.SlackBuild b/libraries/muParser/muParser.SlackBuild
index 7173d1daa4..1bdac9e52b 100644
--- a/libraries/muParser/muParser.SlackBuild
+++ b/libraries/muParser/muParser.SlackBuild
@@ -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 \
diff --git a/libraries/muParser/muParser.info b/libraries/muParser/muParser.info
index 1754ef03b5..9e119c9666 100644
--- a/libraries/muParser/muParser.info
+++ b/libraries/muParser/muParser.info
@@ -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=""
diff --git a/libraries/muParser/slack-desc b/libraries/muParser/slack-desc
index e26581d02c..debd2766fd 100644
--- a/libraries/muParser/slack-desc
+++ b/libraries/muParser/slack-desc
@@ -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/