wok view get-texlive/receipt @ rev 21060

updated iptstate (2.2.5 -> 2.2.6)
author Hans-G?nter Theisgen
date Wed Mar 13 16:29:27 2019 +0100 (2019-03-13)
parents 007b91d3da0b
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="get-texlive"
4 VERSION="2008"
5 CATEGORY="office"
6 SHORT_DESC="get texlive distribution for tex, latex..."
7 MAINTAINER="sygne@ombres.eu"
8 LICENSE="BSD"
9 WEB_SITE="http://www.tug.org/texlive/"
10 TAGS="latex tex"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/$PACKAGE $fs/usr/bin
17 }
19 # post install
20 post_install()
21 {
22 echo -e "
23 To get texlive, run \033[1mget-texlive\033[0m as root.
24 This will install about 31 Mo of tools in /usr/local/texlive
25 "
26 }