get-scripts diff openoffice3 @ rev 41

list CATEGORY, VERSION, LICENSE (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 03 11:41:50 2015 +0200 (2015-05-03)
parents 1b30389a08fc
children 5d357cb2f906
line diff
     1.1 --- a/openoffice3	Wed Apr 29 18:05:10 2015 +0200
     1.2 +++ b/openoffice3	Sun May 03 11:41:50 2015 +0200
     1.3 @@ -1,5 +1,7 @@
     1.4  SHORT_DESC="Productivity suite."
     1.5  WEB_SITE="http://www.openoffice.org"
     1.6 +CATEGORY="office"
     1.7 +LICENSE="Apache"
     1.8  # end of get.list data
     1.9  #!/bin/sh
    1.10  # get-OpenOffice3, install everything for OpenOffice.org exept KDE/Gnome integration and testsuite.
    1.11 @@ -9,7 +11,6 @@
    1.12  # Author : Eric Joseph-Alexandre <erjo@slitaz.org>
    1.13  
    1.14  PACKAGE="OpenOffice3"
    1.15 -LICENSE="Apache"
    1.16  PATTERN="Linux_x86_install-rpm"
    1.17  
    1.18  for MIRROR in \
    1.19 @@ -108,7 +109,7 @@
    1.20  
    1.21  PACKAGE="$PACKAGE"
    1.22  VERSION="$VERSION"
    1.23 -CATEGORY="office"
    1.24 +CATEGORY="$CATEGORY"
    1.25  SHORT_DESC="$SHORT_DESC"
    1.26  DEPENDS="java-jre"
    1.27  WEB_SITE="$WEB_SITE"