wok-next view get-LibreOffice/receipt @ rev 20891
cookutils: up (1085); syslinux: remove docs
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jul 19 18:27:17 2018 +0300 (2018-07-19) |
parents | 42b8478866fb |
children | a3c581bf52b8 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-LibreOffice"
4 VERSION="1.2"
5 CATEGORY="office"
6 SHORT_DESC="Productivity suite."
7 MAINTAINER="ben@seawolfsanctuary.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.documentfoundation.org"
10 REPOLOGY="-"
12 TAGS="office word excel ppt openoffice libreoffice"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 install -o root -g root -m755 stuff/get-LibreOffice $fs/usr/bin
19 ln -s get-LibreOffice $fs/usr/bin/get-libreoffice
20 }