wok annotate get-texlive/receipt @ rev 14269

ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 04 15:39:28 2013 +0000 (2013-04-04)
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