wok diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-texlive/receipt Sun Oct 12 23:15:25 2008 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="get-texlive" 1.7 +VERSION="2008" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="get texlive distribution for tex, latex..." 1.10 +MAINTAINER="sygne@ombres.eu" 1.11 + 1.12 + 1.13 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.14 +genpkg_rules() 1.15 +{ 1.16 + mkdir -p $fs/usr/bin 1.17 + cp stuff/$PACKAGE $fs/usr/bin 1.18 +} 1.19 + 1.20 + 1.21 +post_install() 1.22 +{ 1.23 + echo -e " 1.24 +To get texlive, run \033[1mget-texlive\033[0m as root. 1.25 +This will install about 10 Mo of tools in /usr/local/texlive 1.26 +" 1.27 +} 1.28 +