mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
academic/FreeFem: Updated for version 4.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a7261353d
commit
bd5943a4e1
2 changed files with 9 additions and 8 deletions
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue