wok-current view graphviz-doc/receipt @ rev 17024
usbids: up 20140731
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 14 09:20:02 2014 +0000 (2014-08-14) |
parents | 9fe488e2acfb |
children | 3e31a3bcc764 |
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 }