wok-next annotate get-palemoon/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@16688 12
al@20366 13 compile_rules() {
al@21020 14 install -Dm0755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@16688 15 }
psychomaniak@19519 16
al@20366 17 genpkg_rules() {
al@20366 18 copy @std
al@20366 19 TAGS="browser"
al@20366 20 }
al@20366 21
al@20366 22 post_install() {
al@21020 23 [ -n "$quiet" ] || cat <<EOT
al@21020 24
al@21020 25 .-------------------------------------------------.
al@21020 26 | To get browser run get-palemoon command as root |
al@21020 27 | For media playback install ffmpeg package |
al@21020 28 '-------------------------------------------------'
al@21020 29 EOT
psychomaniak@19519 30 }