mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/texlive-extra: Updated for version 2021.210418.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c3881555bc
commit
e4736bc422
2 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA
|
||||
# Copyright 2009 - 2014 Robby Workman, Northport, AL, USA
|
||||
# Copyright 2016 - 2020 Johannes Schoepfer, Germany
|
||||
# Copyright 2016 - 2021 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=texlive-extra
|
||||
VERSION=${VERSION:-2020.200608}
|
||||
TEXMFVERSION=${TEXMFVERSION:-210418}
|
||||
VERSION=${VERSION:-2021.210418}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -58,7 +59,7 @@ TEXMFROOT=/usr/share
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG$TEXMFROOT $OUTPUT $PKG/usr/bin $PKG/usr/doc/texlive-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG$TEXMFROOT
|
||||
tar xvf $CWD/$PRGNAM-$TEXMFVERSION.tar.xz -C $PKG$TEXMFROOT
|
||||
chown -R root:root $PKG
|
||||
chmod -R u+w,go-w,a+rX-st $PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="texlive-extra"
|
||||
VERSION="2020.200608"
|
||||
VERSION="2021.210418"
|
||||
HOMEPAGE="https://tug.org/texlive/"
|
||||
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-extra-2020.200608.tar.xz"
|
||||
MD5SUM="34a8f19207ba77c6f86891eb3450e912"
|
||||
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-extra-210418.tar.xz"
|
||||
MD5SUM="2ba79dc8df413557d06fa3cb8df04080"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue