wok annotate web-applications/receipt @ rev 5676

Liferea: fix depends
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue Jun 01 16:38:44 2010 +0200 (2010-06-01)
parents d458aac9d33f
children 0e0d931eb4d2
rev   line source
pankso@992 1 # SliTaz package receipt.
pankso@992 2
pankso@992 3 PACKAGE="web-applications"
pankso@4708 4 VERSION="1.2"
pascal@1423 5 CATEGORY="network"
pankso@992 6 SHORT_DESC="Set of desktop files for Web applications."
pankso@992 7 MAINTAINER="pankso@slitaz.org"
pankso@992 8 WEB_SITE="http://www.slitaz.org/"
pankso@992 9
pankso@992 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@992 11 genpkg_rules()
pankso@992 12 {
pankso@992 13 mkdir -p $fs/usr/share
pascal@1429 14 cp -a stuff/* $fs/usr/share
pankso@992 15 }