wok view get-texlive/receipt @ rev 5124

gtk+ openvas-scanner pango slitaz-base-files ttf-bitstream-vera xfree86-base-fonts xorg-base-fonts: remove spurrious SELF_INSTALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 21 11:50:42 2010 +0100 (2010-03-21)
parents 962995a7d54a
children 42b8478866fb
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/"
9 TAGS="latex tex"
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 }
18 # post install
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 }