wok view get-OpenOffice3/receipt @ rev 22869

updated goffice and goffice-dev (0.10.32 -> 0.10.46)
author Hans-G?nter Theisgen
date Fri Feb 21 16:43:33 2020 +0100 (2020-02-21)
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 }