wok-current view get-OpenOffice3/receipt @ rev 25695
Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Apr 04 08:53:51 2024 +0000 (9 months ago) |
parents | 42b8478866fb |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-OpenOffice3"
4 VERSION="1.20"
5 CATEGORY="office"
6 TAGS="office word excel ppt openoffice"
7 SHORT_DESC="Productivity suite."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://openoffice.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 stuff/get-OpenOffice3 $fs/usr/bin
17 ln -s get-OpenOffice3 $fs/usr/bin/get-openoffice
18 }
20 post_install()
21 {
22 echo "Now you may enter:
23 get-openoffice"
24 }