wok-current annotate get-texlive/receipt @ rev 25730
Fix depend for xorg-server (libxshmfence)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 13:05:56 2024 +0000 (6 days ago) |
parents | 73f36875e5a7 |
children |
rev | line source |
---|---|
sygne@2829 | 1 # SliTaz package receipt. |
sygne@2829 | 2 |
sygne@2829 | 3 PACKAGE="get-texlive" |
sygne@2829 | 4 VERSION="2008" |
sygne@2829 | 5 CATEGORY="office" |
sygne@2829 | 6 SHORT_DESC="get texlive distribution for tex, latex..." |
sygne@2829 | 7 MAINTAINER="sygne@ombres.eu" |
pascal@15199 | 8 LICENSE="BSD" |
pascal@25540 | 9 WEB_SITE="https://www.tug.org/texlive/" |
jozee@4994 | 10 TAGS="latex tex" |
sygne@2829 | 11 |
shann@25728 | 12 HOST_ARCH="i486 x86_64" |
shann@25728 | 13 |
sygne@2829 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
sygne@2829 | 15 genpkg_rules() |
sygne@2829 | 16 { |
sygne@2829 | 17 mkdir -p $fs/usr/bin |
sygne@2829 | 18 cp stuff/$PACKAGE $fs/usr/bin |
sygne@2829 | 19 } |
sygne@2829 | 20 |
sygne@2829 | 21 # post install |
sygne@2829 | 22 post_install() |
sygne@2829 | 23 { |
sygne@2829 | 24 echo -e " |
sygne@2829 | 25 To get texlive, run \033[1mget-texlive\033[0m as root. |
sygne@2829 | 26 This will install about 31 Mo of tools in /usr/local/texlive |
sygne@2829 | 27 " |
sygne@2829 | 28 } |
sygne@2829 | 29 |