wok-6.x annotate libgdiplus-dev/receipt @ rev 25565
Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 09 17:24:00 2023 +0000 (18 months ago) |
parents | 9926332fcfee |
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 |
rcx@3219 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3219 | 15 genpkg_rules() |
rcx@3219 | 16 { |
Hans-G?nter@24792 | 17 cook_copy_folders pkgconfig |
Hans-G?nter@24792 | 18 cook_copy_files *.*a |
rcx@3219 | 19 } |