texlive2014-bin: xlint.
This commit is contained in:
parent
ac32d312bf
commit
9ff6f9fbe4
|
@ -7,8 +7,8 @@ homepage="http://tug.org/texlive/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="TeX Live Binary distribution through tl-install"
|
short_desc="TeX Live Binary distribution through tl-install"
|
||||||
depends="cairo pixman graphite t1lib gd poppler libsigsegv
|
depends="cairo pixman graphite t1lib gd poppler libsigsegv
|
||||||
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
||||||
ghostscript xz"
|
ghostscript xz"
|
||||||
distfiles="http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
|
distfiles="http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
|
||||||
checksum=d874cc26ae8cbdbb42fd175ee3a2c2bc6e850d96eb7cc8c283b2caa250ad15ad
|
checksum=d874cc26ae8cbdbb42fd175ee3a2c2bc6e850d96eb7cc8c283b2caa250ad15ad
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -31,7 +31,7 @@ do_install(){
|
||||||
vcopy "install-tl-*/*" /opt/texlive${version}-installer
|
vcopy "install-tl-*/*" /opt/texlive${version}-installer
|
||||||
vinstall ${FILESDIR}/void.profile 644 opt/texlive${version}-installer
|
vinstall ${FILESDIR}/void.profile 644 opt/texlive${version}-installer
|
||||||
if [ "$build_option_basic" ]; then
|
if [ "$build_option_basic" ]; then
|
||||||
echo "selected_scheme scheme-basic"
|
echo "selected_scheme scheme-basic"
|
||||||
elif [ "$build_option_small" ]; then
|
elif [ "$build_option_small" ]; then
|
||||||
echo "selected_scheme scheme-small"
|
echo "selected_scheme scheme-small"
|
||||||
elif [ "$build_option_medium" = "medium" ];then
|
elif [ "$build_option_medium" = "medium" ];then
|
||||||
|
|
Loading…
Reference in New Issue