wok annotate get-texlive/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 007b91d3da0b
children 73f36875e5a7
rev   line source
sygne@2829 1 # SliTaz package receipt.
sygne@2829 2
sygne@2829 3 PACKAGE="get-texlive"
sygne@2829 4 VERSION="2008"
sygne@2829 5 CATEGORY="office"
sygne@2829 6 SHORT_DESC="get texlive distribution for tex, latex..."
sygne@2829 7 MAINTAINER="sygne@ombres.eu"
pascal@15199 8 LICENSE="BSD"
sygne@2829 9 WEB_SITE="http://www.tug.org/texlive/"
jozee@4994 10 TAGS="latex tex"
sygne@2829 11
sygne@2829 12 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@2829 13 genpkg_rules()
sygne@2829 14 {
sygne@2829 15 mkdir -p $fs/usr/bin
sygne@2829 16 cp stuff/$PACKAGE $fs/usr/bin
sygne@2829 17 }
sygne@2829 18
sygne@2829 19 # post install
sygne@2829 20 post_install()
sygne@2829 21 {
sygne@2829 22 echo -e "
sygne@2829 23 To get texlive, run \033[1mget-texlive\033[0m as root.
sygne@2829 24 This will install about 31 Mo of tools in /usr/local/texlive
sygne@2829 25 "
sygne@2829 26 }
sygne@2829 27