summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
blob: 71f8b183d663ea52160681729f54896480cf5cbd (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
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)
category TLCore
runpattern f install-tl
# The basics:
runpattern d tlpkg/installer
#
# but no xz binaries:
runpattern !d tlpkg/installer/xz
runpattern !d tlpkg/installer/wget
#
# Windows only:
binpattern d/win32 tlpkg/tlperl
binpattern f/win32 tlpkg/installer/tar.exe
binpattern f/win32 install-tl.bat
binpattern f/win32 install-tl-advanced.bat
binpattern f/win32 install-tl.bat.manifest
#
# xz/xzdec binaries for all:
binpattern f tlpkg/installer/xz/xzdec.${ARCH}
#
# list the platforms for which we provide wget:
binpattern f/amd64-freebsd,powerpc-aix,sparc-solaris,\
universal-darwin,win32 tlpkg/installer/wget/wget.${ARCH}
#
# Our ${ARCH} (probably) only works as a directory companent, not
# extensions, so annoyingly list explicit exe's:
# (getting inconsistent results with cygwin?)
binpattern f/win32 tlpkg/installer/wget/wget.exe
binpattern f/win32 tlpkg/installer/xz/xz.exe
binpattern f/win32 tlpkg/installer/xz/xzdec.exe
binpattern f/i386-cygwin tlpkg/installer/xz/xzdec.i386-cygwin.exe
binpattern f/i386-cygwin tlpkg/installer/xz/xz.i386-cygwin.exe