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

get-wifi-firmware: fix typo
author Rohit Joshi <jozee@slitaz.org>
date Sun Mar 28 15:28:06 2010 -0400 (2010-03-28)
parents 9d14a0fa9b83
children f9edb4f35345
line source
1 # SliTaz package receipt.
3 PACKAGE="get-google-chrome"
4 VERSION="1.02"
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"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-google-chrome $fs/usr/bin
16 }