wok-current view google-apps/receipt @ rev 11785
Down gnumeric (0.8.16) 0.8.17 references gtk+-3. Removed unrecognized option from goffice
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Fri Feb 24 10:18:11 2012 -0800 (2012-02-24) |
parents | |
children | de49f29b101e |
line source
1 # SliTaz package receipt.
3 PACKAGE="google-apps"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="Set of desktop files for Google Web applications."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 TAGS="google online-tools"
11 # Images are from Google Tango set.
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a stuff/* $fs/usr/share
18 }