wok view get-texlive/receipt @ rev 1699

Add: get-eclipse-pdt, get and install eclipse PDT
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Nov 13 00:04:59 2008 +0100 (2008-11-13)
parents 473dba2a800f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-texlive"
4 VERSION="2008"
5 CATEGORY="office"
6 WEB_SITE="http://www.tug.org/texlive/"
7 SHORT_DESC="get texlive distribution for tex, latex..."
8 MAINTAINER="sygne@ombres.eu"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/$PACKAGE $fs/usr/bin
16 }
19 post_install()
20 {
21 echo -e "
22 To get texlive, run \033[1mget-texlive\033[0m as root.
23 This will install about 31 Mo of tools in /usr/local/texlive
24 "
25 }