2014-04-30 11:20:25 +02:00
|
|
|
# Template file for 'texlive-bin'
|
|
|
|
pkgname=texlive-bin
|
2014-07-08 16:19:27 +02:00
|
|
|
version=2014
|
2014-09-15 20:30:55 +02:00
|
|
|
revision=3
|
2014-07-08 16:19:27 +02:00
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
2014-04-30 11:20:25 +02:00
|
|
|
homepage="http://tug.org/texlive/"
|
|
|
|
license="GPL-2"
|
2014-07-08 16:19:27 +02:00
|
|
|
short_desc="TeX Live Binary distribution through tl-install (newest version)"
|
2014-04-30 17:44:20 +02:00
|
|
|
provides="texlive-${version}_${revision}"
|
2014-07-08 16:19:27 +02:00
|
|
|
depends="texlive2014-bin"
|
2014-04-30 11:20:25 +02:00
|
|
|
|
2014-09-15 18:43:04 +02:00
|
|
|
do_install() {
|
|
|
|
vmkdir etc/profile.d
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
|
|
i686) tlarch=i386;;
|
|
|
|
x86_64) tlarch=x86_64;;
|
|
|
|
arm*) tlarch=armhf;;
|
|
|
|
esac
|
2014-09-15 20:30:55 +02:00
|
|
|
sed -e "s/@@ARCH@@/${tlarch}-linux/; s/@@VERSION@@/${version}/" \
|
2014-09-15 18:43:04 +02:00
|
|
|
${FILESDIR}/texlive.sh >${DESTDIR}/etc/profile.d/texlive.sh
|
2014-04-30 11:20:25 +02:00
|
|
|
}
|