texlive2015-bin: update, name tarball to avoid future conflicts.

This commit is contained in:
Christian Neukirchen 2015-07-05 16:24:57 +02:00
parent e398640fb0
commit 3bae391232
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,8 @@
case "${ACTION}" in case "${ACTION}" in
post) post)
case "${UPDATE}" in
no)
cd opt/texlive2015-installer cd opt/texlive2015-installer
./install-tl -profile void.profile ./install-tl -profile void.profile
esac esac
esac

View file

@ -1,7 +1,7 @@
# Template file for 'texlive-bin' # Template file for 'texlive-bin'
pkgname=texlive2015-bin pkgname=texlive2015-bin
version=2015 version=2015
revision=1 revision=2
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
homepage="http://tug.org/texlive/" homepage="http://tug.org/texlive/"
license="GPL-2" license="GPL-2"
@ -9,8 +9,8 @@ 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"
distfiles="http://ftp.fau.de/ctan/systems/texlive/tlnet/install-tl-unx.tar.gz" distfiles="http://ftp.fau.de/ctan/systems/texlive/tlnet/install-tl-unx.tar.gz>${pkgname}-${version}-${revision}.tar.gz"
checksum=f56b797967b033c9bbc9ca77cf5f87ca259486d2aa50749bb8339aa5e116ae6b checksum=8f8e51e386328cd842a847bd64f8300e39f4122f4c42dacac6d0decc81fc8da5
create_wrksrc=yes create_wrksrc=yes
# Package build options # Package build options