wok annotate google-apps/receipt @ rev 14781

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 13:51:55 2013 +0200 (2013-07-05)
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 }