wok view get-OpenOffice4/receipt @ rev 25707

Up perl-net-pcap (0.21), qtermwidget (0.5.1), youtube-dl-gui (0.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 14:08:34 2024 +0000 (2 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-OpenOffice4"
4 VERSION="1.20"
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-OpenOffice4 $fs/usr/bin
17 ln -s get-OpenOffice4 $fs/usr/bin/get-openoffice
18 }
20 post_install()
21 {
22 echo "Now you may enter:
23 get-openoffice"
24 }