wok-6.x view graphviz-doc/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents e1c9e0893126
children 9fe488e2acfb
line source
1 # SliTaz package receipt.
3 PACKAGE="graphviz-doc"
4 VERSION="2.26.3"
5 CATEGORY="development"
6 SHORT_DESC="Automatic graph drawing documentation files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.graphviz.org/"
9 WANTED="graphviz"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share/graphviz
15 cp -a $_pkg/usr/share/graphviz/doc $fs/usr/share/graphviz
16 }