wok-next view get-OpenOffice3/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-OpenOffice3"
4 VERSION="1.2"
5 CATEGORY="office"
6 SHORT_DESC="Productivity suite"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.openoffice.org/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
15 ln -s get-OpenOffice3 $install/usr/bin/get-openoffice
16 }
18 genpkg_rules() {
19 copy @std
20 TAGS="office word excel ppt openoffice"
21 }