texlive2014-bin: use archival distfiles.
This commit is contained in:
parent
2beb27369d
commit
851e773845
|
@ -1,6 +1,6 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
cd /opt/texlive2014-installer
|
cd /opt/texlive2014-installer
|
||||||
./install-tl -profile void.profile
|
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2014/tlnet-final/ -profile void.profile
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'texlive-bin'
|
# Template file for 'texlive-bin'
|
||||||
pkgname=texlive2014-bin
|
pkgname=texlive2014-bin
|
||||||
version=2014
|
version=2014
|
||||||
revision=4
|
revision=5
|
||||||
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 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="ftp://ftp.tug.org/texlive/historic/${version}/tlnet-final/install-tl-unx.tar.gz"
|
||||||
checksum=d874cc26ae8cbdbb42fd175ee3a2c2bc6e850d96eb7cc8c283b2caa250ad15ad
|
checksum=84e3cc7c1e4583fbdea6f8ad21eb9a4b5a112239dbbefffa388833f946d91aec
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
|
Loading…
Reference in New Issue