wok-current annotate graphviz-dev/receipt @ rev 25692
Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 22 16:28:42 2024 +0000 (7 months ago) |
parents | 73f36875e5a7 |
children |
rev | line source |
---|---|
pascal@1234 | 1 # SliTaz package receipt. |
pascal@1234 | 2 |
pascal@1234 | 3 PACKAGE="graphviz-dev" |
Hans-G?nter@24622 | 4 VERSION="3.0.0" |
pascal@1234 | 5 CATEGORY="development" |
pascal@1234 | 6 SHORT_DESC="Automatic graph drawing development files." |
pascal@1234 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="Eclipse" |
pascal@25540 | 9 WEB_SITE="https://www.graphviz.org/" |
pascal@1234 | 10 |
pascal@25267 | 11 DEPENDS="graphviz" |
Hans-G?nter@24622 | 12 WANTED="graphviz" |
pascal@22427 | 13 |
pascal@1234 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1234 | 15 genpkg_rules() |
pascal@1234 | 16 { |
shann@25631 | 17 mkdir -p $fs/usr |
Hans-G?nter@24622 | 18 cook_copy_folders include |
pascal@1234 | 19 } |
Hans-G?nter@24623 | 20 |