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

jwm: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:51:09 2018 +0200 (2018-11-03)
parents d958fec46c9f
children 0cbe4b1f2230
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 REPOLOGY="-"
12 compile_rules() {
13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
14 }
16 genpkg_rules() {
17 copy @std
18 TAGS="latex tex"
19 }
21 post_install() {
22 [ -n "$quiet" ] || cat <<EOT
24 .--------------------------------------------------------------.
25 | To get texlive, run as root: |
26 | get-texlive |
27 | |
28 | This will install about 31 MB of tools in /usr/local/texlive |
29 '--------------------------------------------------------------'
30 EOT
31 }