wok-next annotate get-palemoon/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@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"
al@21020 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@20882 10 REPOLOGY="-"
al@16688 11
al@20366 12 compile_rules() {
al@21020 13 install -Dm0755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@16688 14 }
psychomaniak@19519 15
al@20366 16 genpkg_rules() {
al@20366 17 copy @std
al@20366 18 TAGS="browser"
al@20366 19 }
al@20366 20
al@20366 21 post_install() {
al@21020 22 [ -n "$quiet" ] || cat <<EOT
al@21020 23
al@21020 24 .-------------------------------------------------.
al@21020 25 | To get browser run get-palemoon command as root |
al@21020 26 | For media playback install ffmpeg package |
al@21020 27 '-------------------------------------------------'
al@21020 28 EOT
psychomaniak@19519 29 }