wok annotate graphviz-doc/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 9fe488e2acfb
children 3e31a3bcc764
rev   line source
pascal@1234 1 # SliTaz package receipt.
pascal@1234 2
pascal@1234 3 PACKAGE="graphviz-doc"
samuel_trassare@11787 4 VERSION="2.28.0"
pascal@1234 5 CATEGORY="development"
pascal@1234 6 SHORT_DESC="Automatic graph drawing documentation files."
pascal@1234 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="Eclipse"
pascal@1234 9 WEB_SITE="http://www.graphviz.org/"
pascal@1234 10 WANTED="graphviz"
pascal@1234 11
pascal@1234 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1234 13 genpkg_rules()
pascal@1234 14 {
pascal@1234 15 mkdir -p $fs/usr/share/graphviz
pascal@15600 16 cp -a $install/usr/share/graphviz/doc $fs/usr/share/graphviz
pascal@1234 17 }