wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="get-LibreOffice"
4 VERSION="1.3"
5 CATEGORY="office"
6 TAGS="office word excel ppt openoffice libreoffice"
7 SHORT_DESC="Productivity suite."
8 MAINTAINER="ben@seawolfsanctuary.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://www.documentfoundation.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 install -o root -g root -m755 \
17 stuff/get-LibreOffice $fs/usr/bin
18 ln -s get-LibreOffice $fs/usr/bin/get-libreoffice
19 }