texlive2013-bin: removed.
This commit is contained in:
parent
c6cd463743
commit
58e9ca1119
|
@ -1,8 +0,0 @@
|
||||||
case "${ACTION}" in
|
|
||||||
post)
|
|
||||||
case "${UPDATE}" in
|
|
||||||
no)
|
|
||||||
cd opt/texlive2015-installer
|
|
||||||
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2015/tlnet-final/ -profile void.profile
|
|
||||||
esac
|
|
||||||
esac
|
|
|
@ -1,23 +0,0 @@
|
||||||
- TeXLive is free software see the files:
|
|
||||||
|
|
||||||
/usr/share/licenses/texlive2015-bin/LICENSE.TL
|
|
||||||
/usr/share/licenses/texlive2015-bin/LICENSE.CTAN
|
|
||||||
|
|
||||||
=====================================================================
|
|
||||||
|
|
||||||
To update you TeXLive installation use only the program
|
|
||||||
|
|
||||||
/opt/texlive/2015/<arch>/tlmgr
|
|
||||||
|
|
||||||
where <arch> is:
|
|
||||||
- x86_64-linux ==> x86_64 architecture
|
|
||||||
- i386-linux ==> i386 architecture
|
|
||||||
|
|
||||||
see:
|
|
||||||
|
|
||||||
http://www.tug.org/texlive/doc/tlmgr.html#EXAMPLES
|
|
||||||
|
|
||||||
for the details and the documentation in
|
|
||||||
|
|
||||||
WARNING: To avoid messing up your TeXLive installation, DON'T use
|
|
||||||
the installation scripts in /opt/texlive-installer.
|
|
|
@ -1,7 +0,0 @@
|
||||||
# This script will clear the TeXLive directory
|
|
||||||
#
|
|
||||||
case "${ACTION}" in
|
|
||||||
post)
|
|
||||||
rm -rf opt/texlive/2015
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,8 +0,0 @@
|
||||||
# texlive.profile written for voidlinux
|
|
||||||
TEXDIR /opt/texlive/2015
|
|
||||||
TEXMFCONFIG ~/.texlive2015/texmf-config
|
|
||||||
TEXMFHOME ~/texmf
|
|
||||||
TEXMFLOCAL /opt/texlive/texmf-local
|
|
||||||
TEXMFSYSCONFIG /opt/texlive/2015/texmf-config
|
|
||||||
TEXMFSYSVAR /opt/texlive/2015/texmf-var
|
|
||||||
TEXMFVAR ~/.texlive2015/texmf-var
|
|
|
@ -1,44 +0,0 @@
|
||||||
# Template file for 'texlive2015-bin'
|
|
||||||
pkgname=texlive2015-bin
|
|
||||||
version=2015
|
|
||||||
revision=5
|
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
||||||
homepage="http://tug.org/texlive/"
|
|
||||||
license="GPL-2"
|
|
||||||
short_desc="TeX Live Binary distribution through tl-install"
|
|
||||||
depends="cairo pixman graphite gd poppler libsigsegv
|
|
||||||
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
|
||||||
ghostscript xz"
|
|
||||||
distfiles="ftp://ftp.tug.org/texlive/historic/${version}/tlnet-final/install-tl-unx.tar.gz>${pkgname}-${version}-${revision}.tar.gz"
|
|
||||||
checksum=65e94212bf3fa63639ea929e6368ee248bf8904ea53d04566431e33ce4f173f6
|
|
||||||
create_wrksrc=yes
|
|
||||||
|
|
||||||
# Package build options
|
|
||||||
build_options="basic small medium full"
|
|
||||||
build_options_default="small"
|
|
||||||
desc_option_basic="Install TeXLive using scheme-basic"
|
|
||||||
desc_option_small="Install TeXLive using scheme-small"
|
|
||||||
desc_option_medium="Install TeXLive using scheme-medium"
|
|
||||||
desc_option_full="Install TeXLive using scheme-full"
|
|
||||||
|
|
||||||
pre_install(){
|
|
||||||
rm -rf ${wrksrc}/install-tl*/tlpkg/installer/xz \
|
|
||||||
${wrksrc}/install-tl*/tlpkg/installer/wget
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install(){
|
|
||||||
vmkdir opt/texlive${version}-installer
|
|
||||||
vcopy "install-tl-*/*" /opt/texlive${version}-installer
|
|
||||||
vinstall ${FILESDIR}/void.profile 644 opt/texlive${version}-installer
|
|
||||||
if [ "$build_option_basic" ]; then
|
|
||||||
echo "selected_scheme scheme-basic"
|
|
||||||
elif [ "$build_option_small" ]; then
|
|
||||||
echo "selected_scheme scheme-small"
|
|
||||||
elif [ "$build_option_medium" = "medium" ];then
|
|
||||||
echo "selected_scheme scheme-medium"
|
|
||||||
elif [ "$build_option_full" ];then
|
|
||||||
echo "selected_scheme scheme-full"
|
|
||||||
fi >>${DESTDIR}/opt/texlive${version}-installer/void.profile
|
|
||||||
vlicense ${DESTDIR}/opt/texlive${version}-installer/LICENSE.CTAN
|
|
||||||
vlicense ${DESTDIR}/opt/texlive${version}-installer/LICENSE.TL
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
single_directory=yes
|
|
Loading…
Reference in New Issue