wok-current view get-palemoon/receipt @ rev 18320

btrfs-progs, gcc49-lib-base: typo in PROVIDE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 30 11:20:28 2015 +0200 (2015-08-30)
parents 464ffaf75bab
children 387c6e3317d5
line source
1 # SliTaz package receipt.
3 PACKAGE="get-palemoon"
4 VERSION="25.4.1"
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 }