wok annotate google-apps/receipt @ rev 13077

Up: fuse to 2.8.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:53:28 2012 +0000 (2012-06-25)
parents
children de49f29b101e
rev   line source
pankso@3110 1 # SliTaz package receipt.
pankso@3110 2
pankso@3110 3 PACKAGE="google-apps"
pankso@3110 4 VERSION="1.0"
pankso@3110 5 CATEGORY="network"
pankso@3110 6 SHORT_DESC="Set of desktop files for Google Web applications."
pankso@3110 7 MAINTAINER="pankso@slitaz.org"
pankso@3110 8 WEB_SITE="http://www.slitaz.org/"
pankso@3110 9 TAGS="google online-tools"
pankso@3110 10
pankso@3110 11 # Images are from Google Tango set.
pankso@3110 12
pankso@3110 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3110 14 genpkg_rules()
pankso@3110 15 {
pankso@3110 16 mkdir -p $fs/usr/share
pankso@3110 17 cp -a stuff/* $fs/usr/share
pankso@3110 18 }