mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/asymptote: Updated for version 2.87.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
79eb113ebf
commit
8af051e5b8
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for asymptote
|
||||
|
||||
# Copyright 2016-2023 Johannes Schoepfer, Germany
|
||||
# Copyright 2016-2024 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=asymptote
|
||||
VERSION=${VERSION:-2.86}
|
||||
VERSION=${VERSION:-2.87}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -76,6 +76,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
|
||||
|
||||
# To build the complete docs, some packages from texlive-extra are required.
|
||||
DOC=${DOC:-no}
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
@ -97,7 +98,6 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--datarootdir=/usr/share/texmf-dist \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# To build the complete docs, some packages from texlive-extra are required.
|
||||
if [ $DOC = no ]; then
|
||||
sed -i doc/Makefile \
|
||||
-e "s/ latexusage.pdf//g" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="asymptote"
|
||||
VERSION="2.86"
|
||||
VERSION="2.87"
|
||||
HOMEPAGE="https://asymptote.sourceforge.io/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/asymptote/asymptote-2.86.src.tgz"
|
||||
MD5SUM="cbba3fe866982ed1dd60b903f632a04c"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/asymptote/asymptote-2.87.src.tgz"
|
||||
MD5SUM="eb4fb0061af1af858bce778503112c66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="glm"
|
||||
|
|
Loading…
Reference in a new issue