wok diff get-OpenOffice4/receipt @ rev 25661

Add receipt for OpenOffice4
author Stanislas Leduc <shann@slitaz.org>
date Thu Feb 22 21:55:14 2024 +0100 (3 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-OpenOffice4/receipt	Thu Feb 22 21:55:14 2024 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="get-OpenOffice4"
     1.7 +VERSION="1.20"
     1.8 +CATEGORY="office"
     1.9 +TAGS="office word excel ppt openoffice"
    1.10 +SHORT_DESC="Productivity suite."
    1.11 +MAINTAINER="maintainer@slitaz.org"
    1.12 +LICENSE="GPL3"
    1.13 +WEB_SITE="https://openoffice.org"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/bin
    1.19 +	install -o root -g root -m755 stuff/get-OpenOffice4	$fs/usr/bin
    1.20 +	ln -s get-OpenOffice4 $fs/usr/bin/get-openoffice
    1.21 +}
    1.22 +
    1.23 +post_install()
    1.24 +{
    1.25 +	echo "Now you may enter:
    1.26 +get-openoffice"
    1.27 +}