wok-current annotate ghostscript-dev/receipt @ rev 25601
use gcc49-lib-base for openldap-dev
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Sep 01 12:04:33 2023 +0000 (16 months ago) |
parents | 8691816c33c5 |
children | 5926178cd6fa |
rev | line source |
---|---|
jozee@2768 | 1 # SliTaz package receipt. |
jozee@2768 | 2 |
jozee@2768 | 3 PACKAGE="ghostscript-dev" |
Hans-G?nter@24598 | 4 VERSION="9.55.0" |
jozee@2768 | 5 CATEGORY="development" |
Hans-G?nter@24598 | 6 SHORT_DESC="Ghostscript development files." |
jozee@2768 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15215 | 8 LICENSE="GPL3" |
jozee@2768 | 9 WANTED="ghostscript" |
pascal@25540 | 10 WEB_SITE="https://ghostscript.com/" |
jozee@2768 | 11 |
jozee@2768 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2768 | 13 genpkg_rules() |
jozee@2768 | 14 { |
Hans-G?nter@24598 | 15 cook_copy_folders include |
jozee@2768 | 16 } |
Hans-G?nter@24600 | 17 |