wok view get-texlive/receipt @ rev 1625

get-texlive add perl to DEPEND, ask user to confirm installation
author Pierre-Jean Fichet <sygne@ombres.eu>
date Thu Oct 23 20:14:35 2008 +0000 (2008-10-23)
parents 54b89c4dcbb9
children 1a142d2dd64e
line source
1 # SliTaz package receipt.
3 PACKAGE="get-texlive"
4 VERSION="2008"
5 CATEGORY="office"
6 DEPENDS="wget perl"
7 WEB_SITE="http://www.tug.org/texlive/"
8 SHORT_DESC="get texlive distribution for tex, latex..."
9 MAINTAINER="sygne@ombres.eu"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/$PACKAGE $fs/usr/bin
17 }
20 post_install()
21 {
22 echo -e "
23 To get texlive, run \033[1mget-texlive\033[0m as root.
24 This will install about 31 Mo of tools in /usr/local/texlive
25 "
26 }