wok annotate graphviz-doc/receipt @ rev 22756

updated ffmpeg, ffmpeg-dev and ffplay (4.1.3 -> 4.2.2)
author Hans-G?nter Theisgen
date Fri Jan 24 16:20:17 2020 +0100 (2020-01-24)
parents de49f29b101e
children 1d2403d460ef
rev   line source
pascal@1234 1 # SliTaz package receipt.
pascal@1234 2
pascal@1234 3 PACKAGE="graphviz-doc"
pascal@22424 4 VERSION="2.42.2"
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 }