texlive2014-bin: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-22 00:03:36 +01:00 committed by maxice8
parent 4d5085e1ed
commit f24f37b195
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 9 additions and 9 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'texlive-bin' # Template file for 'texlive2014-bin'
pkgname=texlive2014-bin pkgname=texlive2014-bin
version=2014 version=2014
revision=7 revision=8
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" create_wrksrc=yes
homepage="http://tug.org/texlive/"
license="GPL-2"
short_desc="TeX Live Binary distribution through tl-install"
depends="cairo pixman graphite gd poppler libsigsegv depends="cairo pixman graphite 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"
short_desc="TeX Live Binary distribution through tl-install"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="http://tug.org/texlive/"
distfiles="ftp://ftp.tug.org/texlive/historic/${version}/tlnet-final/install-tl-unx.tar.gz" distfiles="ftp://ftp.tug.org/texlive/historic/${version}/tlnet-final/install-tl-unx.tar.gz"
checksum=051e6425d604767eb12289c67c87ccdb1af0750b0b1d22383fd9387926234217 checksum=051e6425d604767eb12289c67c87ccdb1af0750b0b1d22383fd9387926234217
create_wrksrc=yes
# Package build options # Package build options
build_options="basic small medium full" build_options="basic small medium full"
@ -21,12 +21,12 @@ desc_option_small="Install TeXLive using scheme-small"
desc_option_medium="Install TeXLive using scheme-medium" desc_option_medium="Install TeXLive using scheme-medium"
desc_option_full="Install TeXLive using scheme-full" desc_option_full="Install TeXLive using scheme-full"
pre_install(){ pre_install() {
rm -rf ${wrksrc}/install-tl*/tlpkg/installer/xz \ rm -rf ${wrksrc}/install-tl*/tlpkg/installer/xz \
${wrksrc}/install-tl*/tlpkg/installer/wget ${wrksrc}/install-tl*/tlpkg/installer/wget
} }
do_install(){ do_install() {
vmkdir opt/texlive${version}-installer vmkdir opt/texlive${version}-installer
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