wok annotate get-LibreOffice/receipt @ rev 23117

updated libusb and libusb-dev (1.0.22 -> 1.0.23)
author Hans-G?nter Theisgen
date Thu Mar 12 17:06:21 2020 +0100 (2020-03-12)
parents 42b8478866fb
children 2781677bb539
rev   line source
ben@7832 1 # SliTaz package receipt.
ben@7832 2
ben@7832 3 PACKAGE="get-LibreOffice"
Hans-G?nter@21202 4 VERSION="1.3"
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"
ben@7832 11
ben@7832 12 # Rules to gen a SliTaz package suitable for Tazpkg.
ben@7832 13 genpkg_rules()
ben@7832 14 {
ben@7832 15 mkdir -p $fs/usr/bin
Hans-G?nter@21202 16 install -o root -g root -m755 \
Hans-G?nter@21202 17 stuff/get-LibreOffice $fs/usr/bin
pascal@13402 18 ln -s get-LibreOffice $fs/usr/bin/get-libreoffice
ben@8234 19 }