wok-next annotate get-LibreOffice/receipt @ rev 21622

updated elfkickers (3.0 -> 3.1a)
author Hans-G?nter Theisgen
date Thu Jun 25 14:35:46 2020 +0100 (2020-06-25)
parents f56bd5e4256c
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
ben@7832 2
ben@7832 3 PACKAGE="get-LibreOffice"
ben@9549 4 VERSION="1.2"
ben@7832 5 CATEGORY="office"
al@21020 6 SHORT_DESC="Productivity suite"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15199 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="https://www.documentfoundation.org/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21049 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@21020 15 ln -s get-LibreOffice $install/usr/bin/get-libreoffice
al@21020 16 }
ben@7832 17
al@21020 18 genpkg_rules() {
al@21020 19 copy @std
al@21020 20 TAGS="office word excel ppt openoffice libreoffice"
ben@8234 21 }