wok-next view graphviz-doc/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 9fe488e2acfb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="graphviz-doc"
4 VERSION="2.28.0"
5 CATEGORY="development"
6 SHORT_DESC="Automatic graph drawing documentation files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Eclipse"
9 WEB_SITE="http://www.graphviz.org/"
10 WANTED="graphviz"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/graphviz
16 cp -a $install/usr/share/graphviz/doc $fs/usr/share/graphviz
17 }