[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tetex/tetex.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A LaTeX distribution [T] teTeX is a LaTeX distribution. LaTeX is a macro package for TeX. TeX is a [T] powerfull typesetting program. teTeX is a cool and very big package. [U] https://www.tug.org The TeX Users Group [A] Donald E. Knuth {Author of TeX} [A] Leslie Lamport {Original Author of LaTeX} [M] Rene Rebe [C] extra/office [L] OpenSource [S] Stable [V] 3.0 [P] X -----5---9 132.000 [D] 3bac5e60fa8212c5a8dd14ea8a99e6b23622dd2489d12347ab9d6077 tetex-src-3.0.tar.gz https://mirrors.ctan.org/obsolete/systems/unix/teTeX/3.0/distrib/ [D] 870aed144d50ccf086eade3619dffee911c6224566573df81479922f tetex-texmf-3.0.tar.gz https://mirrors.ctan.org/obsolete/systems/unix/teTeX/3.0/distrib/ [D] f62334a0555b71dd25f281ad50ebb1a53f33c521a3b0c50ff036f38d tetex-texmfsrc-3.0.tar.gz https://mirrors.ctan.org/obsolete/systems/unix/teTeX/3.0/distrib/ preconf_tetex() { mkdir -p $root/usr/lib/teTeX mkdir -p $root/usr/share/texmf ln -fs ../../share $root/usr/lib/teTeX/share (umask 0 set -e for x in `match_source_file -p texmf`; do tar -C $root/usr/share/texmf $taropt $x done ) } hook_add preconf 3 "preconf_tetex" var_append confopt ' ' --without-texinfo var_append confopt ' ' "--enable-ipc" # use pipe internally # install in bin and not in bin/PLATFORM/ var_append confopt ' ' --disable-multiplatform # --enable-gf # --disable-a4 choose A4/Letter default format # --disable-dialog # --with-uniterm ???include Uniterm window support