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

Up: slitaz-tools (5.1) - Bunch of new stuff and fixes from the contributors community
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 21:48:16 2012 +0100 (2012-11-14)
parents f9edb4f35345
children 42b8478866fb
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 WEB_SITE="http://code.google.com/chromium/"
9 TAGS="browser"
10 DEPENDS="wget"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-google-chrome $fs/usr/bin
17 }