# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/texlive/texlive.conf # Copyright (C) 2010 - 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- texlive_source_unpack() { tar --use-compress-program xz -xf `match_source_file -p source` } texlive_source_build() { cd $builddir/texlive-20091107-source eval env TL_INSTALL_DEST=/opt/texlive ./Build --disable-xindy --disable-multiplatform } texlive_texmf_install() { tar -C /opt/texlive --strip-components 1 --use-compress-program xz -xf `match_source_file -p texmf` } autoextract=0 makeopt= makeinstopt= hook_add preconf 3 "texlive_source_unpack" hook_add inmake 5 "texlive_source_build" hook_add postinstall 5 "texlive_texmf_install"