wok diff get-OpenOffice3/receipt @ rev 23890

Add coturn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 25 08:45:16 2020 +0000 (2020-07-25)
parents 42b8478866fb
children
line diff
     1.1 --- a/get-OpenOffice3/receipt	Sat Sep 07 16:10:09 2013 +0000
     1.2 +++ b/get-OpenOffice3/receipt	Sat Jul 25 08:45:16 2020 +0000
     1.3 @@ -1,19 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="get-OpenOffice3"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.20"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="Productivity suite"
    1.11 +TAGS="office word excel ppt openoffice"
    1.12 +SHORT_DESC="Productivity suite."
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15 -WEB_SITE="http://www.openoffice.org"
    1.16 -TAGS="office word excel ppt openoffice"
    1.17 +WEB_SITE="https://openoffice.org"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/bin
    1.23 -	install -o root -g root -m755 stuff/get-OpenOffice3 $fs/usr/bin
    1.24 +	install -o root -g root -m755 stuff/get-OpenOffice3	$fs/usr/bin
    1.25  	ln -s get-OpenOffice3 $fs/usr/bin/get-openoffice
    1.26  }
    1.27  
    1.28 +post_install()
    1.29 +{
    1.30 +	echo "Now you may enter:
    1.31 +get-openoffice"
    1.32 +}