From 9104103fdff70ceabf091e4d06f973ad80cb679b Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Mon, 11 Mar 2013 19:29:54 -0400 Subject: libraries/muParser: Updated for version 2.2.3. Signed-off-by: dsomero --- libraries/muParser/muParser.SlackBuild | 9 +++------ libraries/muParser/muParser.info | 6 +++--- libraries/muParser/slack-desc | 12 ++++++------ 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/libraries/muParser/muParser.SlackBuild b/libraries/muParser/muParser.SlackBuild index 7173d1daa460..1bdac9e52b7b 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 1754ef03b59b..9e119c966643 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 e26581d02c01..debd2766fd5f 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/ -- cgit v1.2.3