wok-next view get-LibreOffice/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents f56bd5e4256c
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-LibreOffice"
4 VERSION="1.2"
5 CATEGORY="office"
6 SHORT_DESC="Productivity suite"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.documentfoundation.org/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
15 ln -s get-LibreOffice $install/usr/bin/get-libreoffice
16 }
18 genpkg_rules() {
19 copy @std
20 TAGS="office word excel ppt openoffice libreoffice"
21 }