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

Tiny fixes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 03:53:55 2018 +0200 (2018-11-28)
parents d5aab818505e
children 0cbe4b1f2230
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 REPOLOGY="-"
12 compile_rules() {
13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
14 ln -s get-LibreOffice $install/usr/bin/get-libreoffice
15 }
17 genpkg_rules() {
18 copy @std
19 TAGS="office word excel ppt openoffice libreoffice"
20 }