|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
# Description: smallish TeX distribution, including luatex support
|
|
|
|
|
# URL: https://tug.org/texlive/
|
|
|
|
|
# Maintainer: John McQuah, jmcquah at disroot dot org
|
|
|
|
|
# Depends on: ghostscript graphite2 icu harfbuzz libgd libmpfr libpaper xorg-libxi zziplib
|
|
|
|
|
# Depends on: ghostscript graphite2 icu harfbuzz libgd libmpfr paper xorg-libxi zziplib
|
|
|
|
|
# Nice to have: clisp xorg-libxaw
|
|
|
|
|
|
|
|
|
|
name=texlive-base
|
|
|
|
@ -70,13 +70,13 @@ build() {
|
|
|
|
|
sed -i 's|-lXp ||' texk/xdvik/configure
|
|
|
|
|
|
|
|
|
|
# disable xindy if clisp is not available
|
|
|
|
|
prt-get isinst clisp && PKGMK_XINDY="--enable-xindy --with-clisp-runtime=system" \
|
|
|
|
|
|| PKGMK_XINDY="--disable-xindy"
|
|
|
|
|
# prt-get isinst clisp && PKGMK_XINDY="--enable-xindy --with-clisp-runtime=system" || \
|
|
|
|
|
PKGMK_XINDY="--disable-xindy"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# disable Xdvi if xorg-libxaw is not available
|
|
|
|
|
prt-get isinst xorg-libxaw && PKGMK_XDVI="--with-x --with-xdvi-x-toolkit=xaw" \
|
|
|
|
|
|| PKGMK_XDVI="--without-x"
|
|
|
|
|
prt-get isinst xorg-libxaw && PKGMK_XDVI="--with-x --with-xdvi-x-toolkit=xaw" || \
|
|
|
|
|
PKGMK_XDVI="--without-x"
|
|
|
|
|
|
|
|
|
|
mkdir build
|
|
|
|
|
cd build
|
|
|
|
|