wok annotate get-texlive/receipt @ rev 8703

add:: ndoutils
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:12:37 2011 +0100 (2011-02-17)
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