wok-next view graphviz-doc/receipt @ rev 11787
up graphviz dev and doc (2.28.0)
| author | Samuel Trassare <samuel_trassare@yahoo.com> | 
|---|---|
| date | Fri Feb 24 10:45:46 2012 -0800 (2012-02-24) | 
| parents | 7c5152c1c331 | 
| children | de49f29b101e | 
 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 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 }