Henrik Grimler
6 years ago
committed by
Leonid Plyushch
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
41 additions and
52 deletions
-
packages/texlive-bin/build.sh
|
@ -21,58 +21,47 @@ TL_ROOT=$TERMUX_PREFIX/share/texlive |
|
|
TL_BINDIR=$TERMUX_PREFIX/bin |
|
|
TL_BINDIR=$TERMUX_PREFIX/bin |
|
|
|
|
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
AR=ar \ |
|
|
--mandir=$TERMUX_PREFIX/share/man |
|
|
RANLIB=ranlib \ |
|
|
--infodir=$TERMUX_PREFIX/share/info |
|
|
BUILDAR=ar \ |
|
|
--datarootdir=$TL_ROOT |
|
|
BUILDRANLIB=ranlib \ |
|
|
--build=$TERMUX_BUILD_TUPLE |
|
|
--prefix=$TL_ROOT \ |
|
|
--enable-ttfdump=no |
|
|
--bindir=$TL_BINDIR \ |
|
|
--enable-makeindexk=yes |
|
|
--datarootdir=$TL_ROOT \ |
|
|
--enable-makejvf=no |
|
|
--datadir=$TERMUX_PREFIX/share \ |
|
|
--enable-mendexk=no |
|
|
--mandir=$TERMUX_PREFIX/share/man \ |
|
|
--enable-musixtnt=no |
|
|
--docdir=$TERMUX_PREFIX/share/doc \ |
|
|
--enable-ps2pk=no |
|
|
--infodir=$TERMUX_PREFIX/share/info \ |
|
|
--enable-seetexk=no |
|
|
--libdir=$TERMUX_PREFIX/lib \ |
|
|
--enable-gregorio=no |
|
|
--includedir=$TERMUX_PREFIX/include \ |
|
|
--disable-native-texlive-build |
|
|
--build=$TERMUX_BUILD_TUPLE \ |
|
|
--disable-bibtexu |
|
|
--enable-ttfdump=no \ |
|
|
--disable-dvisvgm |
|
|
--enable-makeindexk=yes \ |
|
|
--disable-dialog |
|
|
--enable-makejvf=no \ |
|
|
--disable-psutils |
|
|
--enable-mendexk=no \ |
|
|
--disable-multiplatform |
|
|
--enable-musixtnt=no \ |
|
|
--disable-t1utils |
|
|
--enable-ps2pk=no \ |
|
|
--enable-luatex |
|
|
--enable-seetexk=no \ |
|
|
--disable-luajittex |
|
|
--enable-gregorio=no \ |
|
|
--disable-mflua |
|
|
--disable-native-texlive-build \ |
|
|
--disable-mfluajit |
|
|
--disable-bibtexu \ |
|
|
--disable-xz |
|
|
--disable-dvisvgm \ |
|
|
--disable-pmx |
|
|
--disable-dialog \ |
|
|
--without-texinfo |
|
|
--disable-psutils \ |
|
|
--without-xdvipdfmx |
|
|
--disable-multiplatform \ |
|
|
--without-texi2html |
|
|
--disable-t1utils \ |
|
|
--with-system-cairo |
|
|
--enable-luatex \ |
|
|
--with-system-graphite2 |
|
|
--disable-luajittex \ |
|
|
--with-system-harfbuzz |
|
|
--disable-mflua \ |
|
|
--with-system-gd |
|
|
--disable-mfluajit \ |
|
|
--with-system-gmp |
|
|
--disable-xz \ |
|
|
--with-system-icu |
|
|
--disable-pmx \ |
|
|
--with-system-mpfr |
|
|
--without-texinfo \ |
|
|
--with-system-poppler |
|
|
--without-xdvipdfmx \ |
|
|
--with-system-zlib |
|
|
--without-texi2html \ |
|
|
--with-system-xpdf |
|
|
--with-system-cairo \ |
|
|
--with-system-lua |
|
|
--with-system-graphite2 \ |
|
|
--with-system-teckit |
|
|
--with-system-harfbuzz \ |
|
|
--without-x |
|
|
--with-system-gd \ |
|
|
|
|
|
--with-system-gmp \ |
|
|
|
|
|
--with-system-icu \ |
|
|
|
|
|
--with-system-lua \ |
|
|
|
|
|
--with-system-mpfr \ |
|
|
|
|
|
--with-system-poppler \ |
|
|
|
|
|
--with-system-zlib \ |
|
|
|
|
|
--with-system-xpdf \ |
|
|
|
|
|
--with-system-lua \ |
|
|
|
|
|
--with-system-teckit \ |
|
|
|
|
|
--without-x \ |
|
|
|
|
|
--with-banner-add=/Termux" |
|
|
--with-banner-add=/Termux" |
|
|
|
|
|
|
|
|
# These files are provided by texlive: |
|
|
# These files are provided by texlive: |
|
|