wok annotate libgdiplus-dev/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (24 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 }