wok-6.x view get-texlive/receipt @ rev 25563

New toolchain GCC 4.9.2, Glibc 2.19, Binutils 2.37
author Stanislas Leduc <shann@slitaz.org>
date Fri May 05 18:12:18 2023 +0200 (14 months ago)
parents 42b8478866fb
children
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="https://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 }