wok annotate get-google-chrome/receipt @ rev 10970

fcitx: Removed libfcitx from BUILD_DEPEND. libfcitx is a wanted package for fcitx so it shouldn't be a BUILD_DEPEND.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:36:01 2011 +0000 (2011-10-12)
parents f8082abc654d
children e2fcb326c3a5
rev   line source
pascal@3572 1 # SliTaz package receipt.
pascal@3572 2
pascal@3572 3 PACKAGE="get-google-chrome"
rocky@5243 4 VERSION="1.03"
pascal@3572 5 CATEGORY="non-free"
pascal@3572 6 SHORT_DESC="Google Chrome is built with open source code from Chromium."
pascal@3572 7 MAINTAINER="rocky@slitaz.org"
pascal@3572 8 WEB_SITE="http://code.google.com/chromium/"
jozee@4988 9 TAGS="browser"
pascal@3572 10
pascal@3572 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3572 12 genpkg_rules()
pascal@3572 13 {
pascal@3572 14 mkdir -p $fs/usr/bin
pascal@3572 15 cp stuff/get-google-chrome $fs/usr/bin
pascal@3572 16 }
pascal@3572 17