wok view get-google-chrome/receipt @ rev 19234

httpfs-fuse-static: add fusermount (static)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 13:38:04 2016 +0200 (2016-06-25)
parents 42b8478866fb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-google-chrome"
4 VERSION="1.03"
5 CATEGORY="non-free"
6 SHORT_DESC="Google Chrome is built with open source code from Chromium."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://code.google.com/chromium/"
10 TAGS="browser"
12 DEPENDS="wget nss"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/get-google-chrome $fs/usr/bin
19 }