office/texlive-extra: Updated for version 2016.161031.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2016-11-02 20:16:20 +07:00 committed by Willy Sudiarto Raharjo
parent 0c8a0ef215
commit 60df8d03f9
4 changed files with 8 additions and 36 deletions

View file

@ -1,4 +1,4 @@
texlive-extra (extra texmf files for TeXLive)
This package contains texmf files which don't fit in the
texlive-lang or texlive-fonts packages.
texlive or texlive-fonts packages.

View file

@ -9,7 +9,7 @@
texlive-extra: texlive-extra (extra texmf files for TeXLive)
texlive-extra:
texlive-extra: This package contains texmf files which don't fit
texlive-extra: in the texlive-lang or texlive-fonts packages.
texlive-extra: in the texlive or texlive-fonts packages.
texlive-extra:
texlive-extra:
texlive-extra:

View file

@ -25,16 +25,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texlive-extra
VERSION=20161023
VERSION=${VERSION:-2016.161031}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
ARCH=noarch
set -e
rm -rf $PKG
@ -43,35 +44,6 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG/usr/share
chown -R root:root $PKG
chmod -R u+w,go-w,a+rX-st $PKG
## put context scripts in place
#mkdir -p $PKG/usr/bin
#cat << 'EOF' > $PKG/usr/bin/context
##!/bin/sh
#mtxrun --script context "$@"
#EOF
#cat << 'EOF' > $PKG/usr/bin/contextjit
##!/bin/sh
#luajittex --luaonly $(dirname $0)/mtxrun --script context "$@"
#EOF
#cat << 'EOF' > $PKG/usr/bin/luatools
##!/bin/sh
#mtxrun --script base "$@"
#EOF
#cat << 'EOF' > $PKG/usr/bin/mtxrunjit
##!/bin/sh
#luajittex --luaonly $(dirname $0)/mtxrun "$@"
#EOF
#cat << 'EOF' > $PKG/usr/bin/texexec
##!/bin/sh
#mtxrun --usekpse --execute texexec "$@"
#EOF
#cat << 'EOF' > $PKG/usr/bin/texmfstart
##!/bin/sh
#mtxrun --usekpse "$@"
#EOF
#
#chmod 755 $PKG/usr/bin/*
mkdir -p $PKG/install
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,8 +1,8 @@
PRGNAM="texlive-extra"
VERSION="20161023"
VERSION="2016.161031"
HOMEPAGE="http://tug.org/texlive/"
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-extra/texlive-extra-20161023.tar.xz"
MD5SUM="ba0e0323fbd1a4b64aca52651ea7e80d"
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-extra/texlive-extra-2016.161031.tar.xz"
MD5SUM="682194b1bc833b120f48b1a0872ce076"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="texlive"