wok view get-OpenOffice/receipt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (21 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-OpenOffice"
4 VERSION="1.00"
5 CATEGORY="office"
6 TAGS="office word excel ppt openoffice"
7 SHORT_DESC="Productivity suite."
8 MAINTAINER="maintainer@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-OpenOffice $fs/usr/bin
17 ln -s get-OpenOffice $fs/usr/bin/get-openoffice
18 }
20 post_install()
21 {
22 echo "Now you may enter:
23 get-openoffice
24 or
25 get-openoffice --help"
26 }