mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/asymptote: Update scripts.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df8e573045
commit
ae2dd93fca
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for asymptote
|
||||
|
||||
# Copyright 2016 - 2018 Johannes Schoepfer, Germany
|
||||
# Copyright 2016 - 2022 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -95,9 +95,9 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--datarootdir=/usr/share/texmf-dist \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make -j1 all
|
||||
make -j1 check-all
|
||||
make -j1 install-all DESTDIR=$PKG
|
||||
make
|
||||
make check
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
rm -rf $PKG/usr/info/asymptote
|
||||
mkdir -p $PKG/usr/share/vim/vimfiles/syntax
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="asymptote"
|
||||
VERSION="2.70"
|
||||
HOMEPAGE="http://asymptote.sourceforge.net/"
|
||||
HOMEPAGE="https://asymptote.sourceforge.io/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/asymptote/asymptote-2.70.src.tgz"
|
||||
MD5SUM="b57e685568a7cca69024a86c7276eb6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="glm"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds[at]schoepfer[dot]info"
|
||||
EMAIL="slackbuilds at schoepfer dot info"
|
||||
|
|
|
@ -15,5 +15,5 @@ asymptote: PostScript output.
|
|||
asymptote: A major advantage of Asymptote over other graphics packages is that
|
||||
asymptote: it is a programming language as opposed to just a graphics program.
|
||||
asymptote:
|
||||
asymptote: http://asymptote.sourceforge.net/
|
||||
asymptote: https://asymptote.sourceforge.io/
|
||||
asymptote:
|
||||
|
|
Loading…
Reference in a new issue