wok-6.x view get-texlive/receipt @ rev 3115

Up: irssi (0.8.13)
author Mallory MOLLO <mallory@skyrock.com>
date Mon May 18 20:52:07 2009 +0200 (2009-05-18)
parents
children 007b91d3da0b
line source
1 # SliTaz package receipt.
3 PACKAGE="get-texlive"
4 VERSION="2008"
5 CATEGORY="office"
6 SHORT_DESC="get texlive distribution for tex, latex..."
7 MAINTAINER="sygne@ombres.eu"
8 WEB_SITE="http://www.tug.org/texlive/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/$PACKAGE $fs/usr/bin
15 }
17 # post install
18 post_install()
19 {
20 echo -e "
21 To get texlive, run \033[1mget-texlive\033[0m as root.
22 This will install about 31 Mo of tools in /usr/local/texlive
23 "
24 }