wok view get-palemoon/receipt @ rev 23641

updated sg3_utils and sg3_utils-dev (1.29 -> 1.45)
author Hans-G?nter Theisgen
date Mon Apr 20 10:42:41 2020 +0100 (2020-04-20)
parents e1af281edcf1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-palemoon"
4 VERSION="lastest" # updated for 28.2.2
5 CATEGORY="non-free"
6 SHORT_DESC="Browser based on Firefox that's optimised for performance. Official sse2 version."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.palemoon.org/"
10 TAGS="browser"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $stuff/$PACKAGE $fs/usr/bin
17 }
19 post_install()
20 {
21 echo 'Running get-palemoon command...'
22 chroot "$1/" get-palemoon
23 echo 'For media playback try to install ffmpeg package'
24 }