wok-current annotate libgdiplus-dev/receipt @ rev 25743
Add miss openssl 1.1.1zb_p2 patch
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Feb 10 11:01:43 2025 +0000 (5 days ago) |
parents | df1a993adf56 |
children |
rev | line source |
---|---|
rcx@3219 | 1 # SliTaz package receipt. |
rcx@3219 | 2 |
rcx@3219 | 3 PACKAGE="libgdiplus-dev" |
Hans-G?nter@24792 | 4 VERSION="6.0.5" |
rcx@3219 | 5 CATEGORY="development" |
Hans-G?nter@24792 | 6 SHORT_DESC="Libgdiplus development files." |
pascal@20669 | 7 WEB_SITE="https://www.mono-project.com/Libgdiplus" |
rcx@3219 | 8 MAINTAINER="rcx@zoominternet.net" |
pascal@14714 | 9 LICENSE="MIT" |
pascal@14714 | 10 |
pascal@15597 | 11 DEPENDS="libgdiplus pkg-config" |
Hans-G?nter@23032 | 12 WANTED="libgdiplus" |
rcx@3219 | 13 |
shann@25728 | 14 HOST_ARCH="i486 x86_64" |
shann@25728 | 15 |
rcx@3219 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3219 | 17 genpkg_rules() |
rcx@3219 | 18 { |
Hans-G?nter@24792 | 19 cook_copy_folders pkgconfig |
shann@25728 | 20 cook_copy_files *.a |
rcx@3219 | 21 } |