wok-current view get-LibreOffice/receipt @ rev 24938
mypaint-brushes: add current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 14 09:10:40 2022 +0000 (2022-04-14) |
parents | 2781677bb539 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-LibreOffice"
4 VERSION="1.31"
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"
11 PROVIDE="get-libreoffice get-libre-office get-Libre-Office"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 install -o root -g root -m755 \
18 stuff/get-LibreOffice $fs/usr/bin
19 ln -s get-LibreOffice $fs/usr/bin/get-libreoffice
20 }