diff --git a/srcpkgs/texlive2017-bin/template b/srcpkgs/texlive2017-bin/template index 2dd12a23e4..bcc7411400 100644 --- a/srcpkgs/texlive2017-bin/template +++ b/srcpkgs/texlive2017-bin/template @@ -1,19 +1,19 @@ -# Template file for 'texlive-bin' +# Template file for 'texlive2017-bin' pkgname=texlive2017-bin version=2017 -revision=4 +revision=5 archs="x86_64* i686 aarch64 arm*" -maintainer="Leah Neukirchen " -homepage="http://tug.org/texlive/" -license="GPL-2" -short_desc="TeX Live Binary distribution through tl-install" +create_wrksrc=yes depends="cairo pixman graphite gd poppler libsigsegv zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl ghostscript xz" -provides="tex-${version}_1" +short_desc="TeX Live Binary distribution through tl-install" +maintainer="Leah Neukirchen " +license="GPL-2.0-or-later, LPPL-1.3c" +homepage="http://tug.org/texlive/" distfiles="ftp://ftp.tug.org/texlive/historic/${version}/install-tl-unx.tar.gz>${pkgname}-${version}-${revision}.tar.gz" checksum=d4e07ed15dace1ea7fabe6d225ca45ba51f1cb7783e17850bc9fe3b890239d6d -create_wrksrc=yes +provides="tex-${version}_1" # Package build options build_options="basic small medium full" @@ -23,12 +23,12 @@ 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(){ +pre_install() { rm -rf ${wrksrc}/install-tl*/tlpkg/installer/xz \ ${wrksrc}/install-tl*/tlpkg/installer/wget } -do_install(){ +do_install() { vmkdir opt/texlive${version}-installer vcopy "install-tl-*/*" /opt/texlive${version}-installer vinstall ${FILESDIR}/void.profile 644 opt/texlive${version}-installer