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

Add ytnef for claws-mail; update claws-mail, also move it to using webkitgtk (just outdated, because it's authors claims it switching to WebKit2 GTK) instead of libwebkit (very outdated version of the same WebKit GTK); update surf, also moved to webkitgtk; add surf2 used webkit2gtk; update get-palemoon. claws-mail-extras and claws-mail-perl moved to claws-mail receipt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 24 14:48:02 2017 +0200 (2017-11-24)
parents b9dde6ba0be0
children d958fec46c9f
line source
1 # SliTaz package receipt.
3 PACKAGE="get-OpenOffice3"
4 VERSION="1.2"
5 CATEGORY="office"
6 SHORT_DESC="Productivity suite"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.openoffice.org"
10 TAGS="office word excel ppt openoffice"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 install -o root -g root -m755 stuff/get-OpenOffice3 $fs/usr/bin
17 ln -s get-OpenOffice3 $fs/usr/bin/get-openoffice
18 }