Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libraries/muParser: Update for 2.3.4 #8478

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions libraries/muParser/muParser.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=muParser
VERSION=${VERSION:-2.3.2}
VERSION=${VERSION:-2.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand All @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand Down Expand Up @@ -97,9 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
docs/* Changes.txt Install.txt License.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG Install.txt LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

mkdir -p $PKG/install
Expand Down
8 changes: 4 additions & 4 deletions libraries/muParser/muParser.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="muParser"
VERSION="2.3.2"
HOMEPAGE="http://beltoforion.de/article.php?a=muparser"
DOWNLOAD="https://github.com/beltoforion/muparser/archive/v2.3.2/muparser-2.3.2.tar.gz"
MD5SUM="cbc1b284e03abc7081b3c30997959893"
VERSION="2.3.4"
HOMEPAGE="https://beltoforion.de/en/muparser/"
DOWNLOAD="https://github.com/beltoforion/muparser/archive/v2.3.4/muparser-2.3.4.tar.gz"
MD5SUM="b92180a648be88238008ea01a597ccb9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
2 changes: 1 addition & 1 deletion libraries/muParser/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ muParser: library written in C++. It works by transforming a mathematical
muParser: expression into bytecode and precalculating constant parts of the
muParser: expression.
muParser:
muParser: Home: http://beltoforion.de/article.php?a=muparser
muParser: Home: https://beltoforion.de/en/muparser/
muParser:
muParser:
muParser: