wok annotate fox-doc/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents c9cba57ac6c1
children aaf121138b7d
rev   line source
pankso@2779 1 # SliTaz package receipt.
pankso@2779 2
pankso@2779 3 PACKAGE="fox-doc"
samuel_trassare@13420 4 VERSION="1.6.46"
pankso@2779 5 CATEGORY="misc"
pankso@2779 6 SHORT_DESC="Fox Toolkit documentation."
pankso@2779 7 MAINTAINER="pankso@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pankso@2779 9 WANTED="fox"
pankso@2779 10 WEB_SITE="http://www.fox-toolkit.org/"
pankso@2779 11
pankso@2779 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2779 13 genpkg_rules()
pankso@2779 14 {
pankso@2779 15 mkdir -p $fs/usr/share
pascal@14996 16 cp -a $install/usr/share/doc $fs/usr/share
pankso@2779 17 }