wok-next view get-texlive/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-texlive"
4 VERSION="2008"
5 CATEGORY="office"
6 SHORT_DESC="Get texlive distribution for TeX, latex..."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.tug.org/texlive/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
15 }
17 genpkg_rules() {
18 copy @std
19 TAGS="latex tex"
20 }
22 post_install() {
23 [ -n "$quiet" ] || cat <<EOT
25 .--------------------------------------------------------------.
26 | To get texlive, run as root: |
27 | get-texlive |
28 | |
29 | This will install about 31 MB of tools in /usr/local/texlive |
30 '--------------------------------------------------------------'
31 EOT
32 }