wok annotate get-palemoon/receipt @ rev 22805
updated gawk (4.2.1 -> 5.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 28 10:03:39 2020 +0100 (2020-01-28) |
parents | e1af281edcf1 |
children |
rev | line source |
---|---|
al@16688 | 1 # SliTaz package receipt. |
al@16688 | 2 |
al@16688 | 3 PACKAGE="get-palemoon" |
pascal@20550 | 4 VERSION="lastest" # updated for 28.2.2 |
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 TAGS="browser" |
al@16688 | 11 |
al@16688 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16688 | 13 genpkg_rules() |
al@16688 | 14 { |
al@16688 | 15 mkdir -p $fs/usr/bin |
al@16688 | 16 cp -a $stuff/$PACKAGE $fs/usr/bin |
al@16688 | 17 } |
psychomaniak@19519 | 18 |
psychomaniak@19519 | 19 post_install() |
psychomaniak@19519 | 20 { |
psychomaniak@20122 | 21 echo 'Running get-palemoon command...' |
psychomaniak@20122 | 22 chroot "$1/" get-palemoon |
psychomaniak@19974 | 23 echo 'For media playback try to install ffmpeg package' |
psychomaniak@19519 | 24 } |
psychomaniak@19519 | 25 |