wok-next view get-texlive/receipt @ rev 19491
Add locale-ca, locale-ca-extra.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Nov 13 00:57:35 2016 +0200 (2016-11-13) |
parents | 007b91d3da0b |
children | d958fec46c9f |
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 }