get-scripts diff libreoffice @ rev 40
list CATEGORY, VERSION, LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 03 11:24:38 2015 +0200 (2015-05-03) |
parents | 1b30389a08fc |
children | 5d357cb2f906 |
line diff
1.1 --- a/libreoffice Wed Apr 29 18:05:10 2015 +0200 1.2 +++ b/libreoffice Sun May 03 11:24:38 2015 +0200 1.3 @@ -1,5 +1,7 @@ 1.4 SHORT_DESC="Productivity suite." 1.5 WEB_SITE="http://www.libreoffice.org" 1.6 +CATEGORY="office" 1.7 +LICENSE="LGPL3" 1.8 # end of get.list data 1.9 #!/bin/sh 1.10 # get-LibreOffice - install LibreOffice excl. KDE/Gnome integration & test suite. 1.11 @@ -10,14 +12,12 @@ 1.12 # 1.13 1.14 PACKAGE="LibreOffice" 1.15 -CATEGORY="office" 1.16 DEPENDS="cups" 1.17 SUGGESTED="java6-jre" 1.18 DIR="stable" 1.19 PREFIX="LibreOffice" 1.20 SUFFIX="Linux_x86_rpm.tar.gz" 1.21 WGET_URL="http://download.documentfoundation.org/libreoffice/$DIR" 1.22 -LICENSE="LGPL3" 1.23 1.24 VERSION="$(basename $(wget -O - $WGET_URL/ 2> /dev/null | \ 1.25 sed '/href=\"[0-9]/!d;s/.*href=\"//;s/[/\">].*//' | tail -1))"