wok-current diff get-LibreOffice/receipt @ rev 23527
updated python-pil (1.1.6 -> 1.1.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 14:22:33 2020 +0100 (2020-04-06) |
parents | 42b8478866fb |
children | 2781677bb539 |
line diff
1.1 --- a/get-LibreOffice/receipt Sat Sep 07 16:10:09 2013 +0000 1.2 +++ b/get-LibreOffice/receipt Mon Apr 06 14:22:33 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-LibreOffice" 1.7 -VERSION="1.2" 1.8 +VERSION="1.3" 1.9 CATEGORY="office" 1.10 +TAGS="office word excel ppt openoffice libreoffice" 1.11 SHORT_DESC="Productivity suite." 1.12 MAINTAINER="ben@seawolfsanctuary.com" 1.13 LICENSE="GPL3" 1.14 -WEB_SITE="http://www.documentfoundation.org" 1.15 -TAGS="office word excel ppt openoffice libreoffice" 1.16 +WEB_SITE="https://www.documentfoundation.org" 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/bin 1.22 - install -o root -g root -m755 stuff/get-LibreOffice $fs/usr/bin 1.23 + install -o root -g root -m755 \ 1.24 + stuff/get-LibreOffice $fs/usr/bin 1.25 ln -s get-LibreOffice $fs/usr/bin/get-libreoffice 1.26 }