wok-next annotate get-palemoon/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 | b401ed47cba1 |
children | d958fec46c9f |
rev | line source |
---|---|
al@20366 | 1 # SliTaz package receipt v2. |
al@16688 | 2 |
al@16688 | 3 PACKAGE="get-palemoon" |
psychomaniak@20365 | 4 VERSION="27.6.1" |
al@16688 | 5 CATEGORY="non-free" |
psychomaniak@19518 | 6 SHORT_DESC="Browser based on Firefox that's optimised for performance. Official sse2 version." |
al@16688 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@16688 | 8 LICENSE="GPL" |
al@16688 | 9 WEB_SITE="http://www.palemoon.org/" |
al@16688 | 10 |
al@20366 | 11 compile_rules() { |
al@20366 | 12 install -Dm0755 $stuff/get-palemoon $install/usr/bin/get-palemoon |
al@16688 | 13 } |
psychomaniak@19519 | 14 |
al@20366 | 15 genpkg_rules() { |
al@20366 | 16 copy @std |
al@20366 | 17 TAGS="browser" |
al@20366 | 18 } |
al@20366 | 19 |
al@20366 | 20 post_install() { |
psychomaniak@19519 | 21 echo 'To get browser run get-palemoon command as root' |
psychomaniak@19872 | 22 echo 'For media playback try to install ffmpeg package' |
psychomaniak@19519 | 23 } |
psychomaniak@19519 | 24 |