blob: 9b34e5b71511925e8bfd61247ac8117c2198669f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name texlive.support
category TLCore
shortdesc Supporting binaries for TeX Live
longdesc This package contains necessary binaries for the proper operation
longdesc of some TeX Live components, currently the lzma binaries for all
longdesc architectures, and additional binaries for win32 (tar, wget).
depend texlive.infra
# package installer
runpattern f tlpkg/installer/wgetrc
binpattern f/win32 tlpkg/installer/tar.exe
binpattern f/win32 tlpkg/installer/lzma/lzmadec.win32.exe
binpattern f/win32 tlpkg/installer/wget.exe
binpattern f/win32 tlpkg/installer/lzma/lzma.exe
binpattern f tlpkg/installer/lzma/lzmadec.${ARCH}
binpattern f tlpkg/installer/lzma/lzma.${ARCH}
|