wok-current annotate get-OpenOffice/receipt @ rev 25587
Fix race condition for ncursesw-dev cook
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 29 13:10:32 2023 +0000 (17 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25121 | 1 # SliTaz package receipt. |
Hans-G?nter@25121 | 2 |
Hans-G?nter@25121 | 3 PACKAGE="get-OpenOffice" |
Hans-G?nter@25121 | 4 VERSION="1.00" |
Hans-G?nter@25121 | 5 CATEGORY="office" |
Hans-G?nter@25121 | 6 TAGS="office word excel ppt openoffice" |
Hans-G?nter@25121 | 7 SHORT_DESC="Productivity suite." |
Hans-G?nter@25121 | 8 MAINTAINER="maintainer@slitaz.org" |
Hans-G?nter@25121 | 9 LICENSE="GPL3" |
Hans-G?nter@25121 | 10 WEB_SITE="https://openoffice.org" |
Hans-G?nter@25121 | 11 |
Hans-G?nter@25121 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
Hans-G?nter@25121 | 13 genpkg_rules() |
Hans-G?nter@25121 | 14 { |
Hans-G?nter@25121 | 15 mkdir -p $fs/usr/bin |
Hans-G?nter@25121 | 16 install -o root -g root -m755 stuff/get-OpenOffice $fs/usr/bin |
Hans-G?nter@25121 | 17 ln -s get-OpenOffice $fs/usr/bin/get-openoffice |
Hans-G?nter@25121 | 18 } |
Hans-G?nter@25121 | 19 |
Hans-G?nter@25121 | 20 post_install() |
Hans-G?nter@25121 | 21 { |
Hans-G?nter@25121 | 22 echo "Now you may enter: |
Hans-G?nter@25121 | 23 get-openoffice |
Hans-G?nter@25121 | 24 or |
Hans-G?nter@25121 | 25 get-openoffice --help" |
Hans-G?nter@25121 | 26 } |