wok annotate fox-doc/receipt @ rev 21503

updated mutt (1.6.1 -> 1.11.4)
author Hans-G?nter Theisgen
date Thu May 02 16:02:52 2019 +0100 (2019-05-02)
parents 76b72f1ad63c
children a6b0a03ac2ce
rev   line source
pankso@2779 1 # SliTaz package receipt.
pankso@2779 2
pankso@2779 3 PACKAGE="fox-doc"
slaxemulator@15838 4 VERSION="1.6.49"
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 }