wok annotate get-texlive/receipt @ rev 3545

Add gajim
author Liu Peng <rocky@slitaz.org>
date Tue Jun 23 12:11:03 2009 +0800 (2009-06-23)
parents
children 007b91d3da0b
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/"
sygne@2829 9
sygne@2829 10 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@2829 11 genpkg_rules()
sygne@2829 12 {
sygne@2829 13 mkdir -p $fs/usr/bin
sygne@2829 14 cp stuff/$PACKAGE $fs/usr/bin
sygne@2829 15 }
sygne@2829 16
sygne@2829 17 # post install
sygne@2829 18 post_install()
sygne@2829 19 {
sygne@2829 20 echo -e "
sygne@2829 21 To get texlive, run \033[1mget-texlive\033[0m as root.
sygne@2829 22 This will install about 31 Mo of tools in /usr/local/texlive
sygne@2829 23 "
sygne@2829 24 }
sygne@2829 25