Browse Source
office/asymptote: Update scripts.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/168/head
Franzen
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
7 additions and
7 deletions
-
office/asymptote/asymptote.SlackBuild
-
office/asymptote/asymptote.info
-
office/asymptote/slack-desc
|
|
@ -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: |