wok annotate get-texlive/receipt @ rev 9514

busybox/httpd: allow multiple headers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 06 17:03:44 2011 +0200 (2011-04-06)
parents 962995a7d54a
children 42b8478866fb
rev   line source
sygne@2829 1 # SliTaz package receipt.
sygne@2829 2
sygne@2829 3 PACKAGE="get-texlive"
sygne@2829 4 VERSION="2008"
sygne@2829 5 CATEGORY="office"
sygne@2829 6 SHORT_DESC="get texlive distribution for tex, latex..."
sygne@2829 7 MAINTAINER="sygne@ombres.eu"
sygne@2829 8 WEB_SITE="http://www.tug.org/texlive/"
jozee@4994 9 TAGS="latex tex"
sygne@2829 10
sygne@2829 11 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@2829 12 genpkg_rules()
sygne@2829 13 {
sygne@2829 14 mkdir -p $fs/usr/bin
sygne@2829 15 cp stuff/$PACKAGE $fs/usr/bin
sygne@2829 16 }
sygne@2829 17
sygne@2829 18 # post install
sygne@2829 19 post_install()
sygne@2829 20 {
sygne@2829 21 echo -e "
sygne@2829 22 To get texlive, run \033[1mget-texlive\033[0m as root.
sygne@2829 23 This will install about 31 Mo of tools in /usr/local/texlive
sygne@2829 24 "
sygne@2829 25 }
sygne@2829 26