wok-stable annotate get-texlive/receipt @ rev 1974
Get-wifi-firmware: add iwlwifi* support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 03 11:44:04 2009 +0000 (2009-01-03) |
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 |