academic/FreeFem: Updated for version 4.4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2020-01-12 08:15:05 +07:00 committed by Willy Sudiarto Raharjo
parent 2a7261353d
commit bd5943a4e1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for SciDAVis
# Slackware build script for FreeFem
# Based on the Slackware 14.2 SlackBuild and on PKGBUILD script for freefem from AUR
#
# Copyright 2019, Fellype do Nascimento, Campinas - Brazil
@ -24,9 +24,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=FreeFem
VERSION=${VERSION:-4.4}
VERSION=${VERSION:-4.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVER=${SRCVER:-4.4-3}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -56,9 +57,9 @@ fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-sources-$VERSION
tar xvf $CWD/$PRGNAM-sources-$VERSION.tar.gz
cd $PRGNAM-sources-$VERSION
rm -rf $PRGNAM-sources-$SRCVER
tar xvf $CWD/$PRGNAM-sources-$SRCVER.tar.gz
cd $PRGNAM-sources-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,10 +1,10 @@
PRGNAM="FreeFem"
VERSION="4.4"
VERSION="4.4.3"
HOMEPAGE="https://freefem.org/"
DOWNLOAD="https://github.com/FreeFem/FreeFem-sources/archive/v4.4/FreeFem-sources-4.4.tar.gz \
DOWNLOAD="https://github.com/FreeFem/FreeFem-sources/archive/v4.4-3/FreeFem-sources-4.4-3.tar.gz \
http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz \
http://www.tetgen.org/1.5/src/tetgen1.5.1-beta1.tar.gz"
MD5SUM="f839e7d80344552f07a195ef7a2d47eb \
MD5SUM="09dbbf9116a0e3ef23a59e3d6c59228f \
5465e67079419a69e0116de24fce58fe \
3d55c197bcbfc611b7ced6f343643756"
DOWNLOAD_x86_64=""