wok annotate get-palemoon/receipt @ rev 19518

Up get-palemoon (27.0.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Nov 23 11:04:21 2016 +0100 (2016-11-23)
parents 7aee71cc8a7e
children b30300e0cb6a
rev   line source
al@16688 1 # SliTaz package receipt.
al@16688 2
al@16688 3 PACKAGE="get-palemoon"
psychomaniak@19518 4 VERSION="27.0.0"
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 }