wok annotate google-apps/receipt @ rev 17894

Up lemon (3.8.08.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 02 17:27:03 2015 +0200 (2015-04-02)
parents bd3650c769d9
children
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"
pascal@15600 8 LICENSE="BSD"
pankso@3110 9 WEB_SITE="http://www.slitaz.org/"
pankso@3110 10 TAGS="google online-tools"
pankso@3110 11
pankso@3110 12 # Images are from Google Tango set.
pankso@3110 13
pankso@3110 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3110 15 genpkg_rules()
pankso@3110 16 {
pankso@3110 17 mkdir -p $fs/usr/share
pankso@3110 18 cp -a stuff/* $fs/usr/share
pankso@3110 19 }