wok view get-palemoon/receipt @ rev 17224

Up tazwikiss yaff tazdev tazchroot slitaz-mercurial-style qemu-box mirror-tools (2.1.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 15 15:56:22 2014 +0200 (2014-10-15)
parents 822bd97e0f9e
children 8e8a020ce35e
line source
1 # SliTaz package receipt.
3 PACKAGE="get-palemoon"
4 VERSION="24.6.0"
5 CATEGORY="non-free"
6 SHORT_DESC="Browser based on Firefox that's optimised for performance"
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 }