summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
blob: fe8e70bf779daabb949c01aa3659b8dd6618f705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
category TLCore
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built
longdesc by the tl-make-installer script.  Most of what's here is also
longdesc included in the texlive.infra package -- ordinarily, duplicates
longdesc are not allowed, but in this case, 00texlive.installer is never
longdesc used *except* to build the installer archives, so it's ok.
longdesc
longdesc For information on the 00texlive prefix see
longdesc   00texlive.installation(.tlpsrc)
#
# The basics:
runpattern f install-tl
runpattern f release-texlive.txt
runpattern d tlpkg/installer
runpattern f tlpkg/tltcl/*.tcl
runpattern f tlpkg/tltcl/*.gif
#
# but omit binary stuff from runpatterns, we give them as binpatterns below:
runpattern !d tlpkg/installer/lz4
runpattern !d tlpkg/installer/wget
runpattern !d tlpkg/installer/xz
runpattern !f tlpkg/installer/tar.exe
#
# Windows only:
binpattern d/${wndws} tlpkg/tlperl
binpattern d/${wndws} tlpkg/tltcl/bin
binpattern d/${wndws} tlpkg/tltcl/lib
binpattern f/${wndws} tlpkg/installer/tar.exe
binpattern f/${wndws} tlpkg/installer/wget/wget.exe
binpattern f/${wndws} tlpkg/installer/xz/xz.exe
binpattern f/${wndws} install-tl-windows.bat
binpattern f/${wndws} install-tl-advanced.bat
#
# xz binaries for all
binpattern f tlpkg/installer/xz/xz.${ARCH}
#
# platforms for which we do not provide wget, because it is part of the
# normal system install (this list is duplicated in texlive.infra):
binpattern f/!\
aarch64-linux,\
armhf-linux,\
i386-cygwin,\
i386-linux,\
i386-solaris,\
x86_64-cygwin,\
x86_64-linux,\
x86_64-solaris \
  tlpkg/installer/wget/wget.${ARCH}