wok annotate google-apps/receipt @ rev 21141

e2fsprogs: add slackware patch to stop 64-bit boot failure
author Richard Dunbar <mojo@slitaz.org>
date Tue Mar 26 11:04:34 2019 -0400 (2019-03-26)
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 }