wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-texlive/receipt	Tue Jun 23 12:11:03 2009 +0800
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="get-texlive"
     1.7 +VERSION="2008"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="get texlive distribution for tex, latex..."
    1.10 +MAINTAINER="sygne@ombres.eu"
    1.11 +WEB_SITE="http://www.tug.org/texlive/"
    1.12 +
    1.13 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.14 +genpkg_rules()
    1.15 +{
    1.16 +	mkdir -p $fs/usr/bin
    1.17 +	cp stuff/$PACKAGE $fs/usr/bin
    1.18 +}
    1.19 +
    1.20 +# post install
    1.21 +post_install()
    1.22 +{
    1.23 +	echo -e "
    1.24 +To get texlive, run \033[1mget-texlive\033[0m as root.
    1.25 +This will install about 31 Mo of tools in /usr/local/texlive
    1.26 +"
    1.27 +}
    1.28 +