wok-next annotate get-OpenOffice3/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d958fec46c9f
children 0cbe4b1f2230
rev   line source
al@21020 1 # SliTaz package receipt v2.
erjo@1692 2
erjo@1692 3 PACKAGE="get-OpenOffice3"
pascal@13726 4 VERSION="1.2"
erjo@1692 5 CATEGORY="office"
erjo@1692 6 SHORT_DESC="Productivity suite"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15199 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://www.openoffice.org/"
al@20882 10 REPOLOGY="-"
al@20882 11
al@21020 12 compile_rules() {
al@21020 13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@21020 14 ln -s get-OpenOffice3 $install/usr/bin/get-openoffice
erjo@1692 15 }
erjo@1692 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 TAGS="office word excel ppt openoffice"
al@21020 20 }