wok-4.x annotate get-texlive/receipt @ rev 2093
slitaz-configs: up DEPENDS for 1.0 to 2.0 upgrade (new desktop)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jan 28 18:57:20 2009 +0100 (2009-01-28) |
parents | 473dba2a800f |
children |
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" |
pascal@1578 | 6 WEB_SITE="http://www.tug.org/texlive/" |
sygne@1556 | 7 SHORT_DESC="get texlive distribution for tex, latex..." |
sygne@1556 | 8 MAINTAINER="sygne@ombres.eu" |
sygne@1556 | 9 |
sygne@1556 | 10 |
sygne@1556 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
sygne@1556 | 12 genpkg_rules() |
sygne@1556 | 13 { |
sygne@1556 | 14 mkdir -p $fs/usr/bin |
sygne@1556 | 15 cp stuff/$PACKAGE $fs/usr/bin |
sygne@1556 | 16 } |
sygne@1556 | 17 |
sygne@1556 | 18 |
sygne@1556 | 19 post_install() |
sygne@1556 | 20 { |
sygne@1556 | 21 echo -e " |
sygne@1556 | 22 To get texlive, run \033[1mget-texlive\033[0m as root. |
sygne@1561 | 23 This will install about 31 Mo of tools in /usr/local/texlive |
sygne@1556 | 24 " |
sygne@1556 | 25 } |
sygne@1556 | 26 |