wok-current annotate graphviz-doc/receipt @ rev 2909
Add: mplayern from svn; built with shared ffmpeg; small size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed May 06 13:11:57 2009 +0000 (2009-05-06) |
parents | |
children | 7c5152c1c331 |
rev | line source |
---|---|
pascal@1234 | 1 # SliTaz package receipt. |
pascal@1234 | 2 |
pascal@1234 | 3 PACKAGE="graphviz-doc" |
pascal@1234 | 4 VERSION="2.20.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@1234 | 8 WEB_SITE="http://www.graphviz.org/" |
pascal@1234 | 9 WANTED="graphviz" |
pascal@1234 | 10 |
pascal@1234 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1234 | 12 genpkg_rules() |
pascal@1234 | 13 { |
pascal@1234 | 14 mkdir -p $fs/usr/share/graphviz |
pascal@1234 | 15 cp -a $_pkg/usr/share/graphviz/doc $fs/usr/share/graphviz |
pascal@1234 | 16 } |
pascal@1234 | 17 |