wok annotate lcms2-apps/receipt @ rev 25026

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 10:39:49 2022 +0000 (2022-05-19)
parents 0b02213fe0a1
children
rev   line source
al@19128 1 # SliTaz package receipt.
al@19128 2
al@19128 3 PACKAGE="lcms2-apps"
Hans-G?nter@24706 4 VERSION="2.13.1"
al@19128 5 CATEGORY="graphics"
Hans-G?nter@21100 6 SHORT_DESC="Open source color management engine (applications)."
al@19128 7 MAINTAINER="al.bobylev@gmail.com"
al@19128 8 LICENSE="MIT"
Hans-G?nter@24706 9 WEB_SITE="https://www.littlecms.com/"
al@19128 10
al@19128 11 DEPENDS="lcms2 libjpeg tiff zlib"
al@19128 12 WANTED="lcms2"
al@19128 13
al@19128 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19128 15 genpkg_rules()
al@19128 16 {
Hans-G?nter@24706 17 cook_copy_folders bin
al@19128 18 }