wok annotate 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
rev   line source
al@16688 1 # SliTaz package receipt.
al@16688 2
al@16688 3 PACKAGE="get-palemoon"
al@16738 4 VERSION="24.6.0"
al@16688 5 CATEGORY="non-free"
al@16688 6 SHORT_DESC="Browser based on Firefox that's optimised for performance"
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 }