wok annotate get-texlive/receipt @ rev 1556

add get-texlive: a script to get tex, latex...
author Pierre-Jean Fichet <sygne@ombres.eu>
date Sun Oct 12 23:15:25 2008 +0200 (2008-10-12)
parents
children 3475150ea80e
rev   line source
sygne@1556 1 # SliTaz package receipt.
sygne@1556 2
sygne@1556 3 PACKAGE="get-texlive"
sygne@1556 4 VERSION="2008"
sygne@1556 5 CATEGORY="office"
sygne@1556 6 SHORT_DESC="get texlive distribution for tex, latex..."
sygne@1556 7 MAINTAINER="sygne@ombres.eu"
sygne@1556 8
sygne@1556 9
sygne@1556 10 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1556 11 genpkg_rules()
sygne@1556 12 {
sygne@1556 13 mkdir -p $fs/usr/bin
sygne@1556 14 cp stuff/$PACKAGE $fs/usr/bin
sygne@1556 15 }
sygne@1556 16
sygne@1556 17
sygne@1556 18 post_install()
sygne@1556 19 {
sygne@1556 20 echo -e "
sygne@1556 21 To get texlive, run \033[1mget-texlive\033[0m as root.
sygne@1556 22 This will install about 10 Mo of tools in /usr/local/texlive
sygne@1556 23 "
sygne@1556 24 }
sygne@1556 25