wok annotate get-LibreOffice/receipt @ rev 24990

idesk: imlib2 >= 1.7.5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 13 20:03:04 2022 +0000 (2022-05-13)
parents 2781677bb539
children
rev   line source
ben@7832 1 # SliTaz package receipt.
ben@7832 2
ben@7832 3 PACKAGE="get-LibreOffice"
Hans-G?nter@23888 4 VERSION="1.31"
ben@7832 5 CATEGORY="office"
Hans-G?nter@21202 6 TAGS="office word excel ppt openoffice libreoffice"
ben@7832 7 SHORT_DESC="Productivity suite."
ben@7832 8 MAINTAINER="ben@seawolfsanctuary.com"
pascal@15199 9 LICENSE="GPL3"
Hans-G?nter@21202 10 WEB_SITE="https://www.documentfoundation.org"
pascal@23930 11 PROVIDE="get-libreoffice get-libre-office get-Libre-Office"
ben@7832 12
ben@7832 13 # Rules to gen a SliTaz package suitable for Tazpkg.
ben@7832 14 genpkg_rules()
ben@7832 15 {
ben@7832 16 mkdir -p $fs/usr/bin
Hans-G?nter@21202 17 install -o root -g root -m755 \
Hans-G?nter@23888 18 stuff/get-LibreOffice $fs/usr/bin
Hans-G?nter@23888 19 ln -s get-LibreOffice $fs/usr/bin/get-libreoffice
ben@8234 20 }