wok annotate web-applications/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents bf48e8470b8b
children d51b2411e55e
rev   line source
pankso@992 1 # SliTaz package receipt.
pankso@992 2
pankso@992 3 PACKAGE="web-applications"
mojo@14795 4 VERSION="1.5"
pascal@1423 5 CATEGORY="network"
pankso@992 6 SHORT_DESC="Set of desktop files for Web applications."
pankso@992 7 MAINTAINER="pankso@slitaz.org"
pascal@15363 8 LICENSE="BSD"
pankso@992 9 WEB_SITE="http://www.slitaz.org/"
pankso@992 10
pankso@992 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@992 12 genpkg_rules()
pankso@992 13 {
pankso@992 14 mkdir -p $fs/usr/share
pascal@1429 15 cp -a stuff/* $fs/usr/share
pankso@992 16 }