wok annotate lcms2-dev/receipt @ rev 24733

updated libedit and libedit-dev (3.1-20191231 -> 3.1-20210910)
author Hans-G?nter Theisgen
date Tue Mar 15 17:44:35 2022 +0100 (2022-03-15)
parents 0b02213fe0a1
children
rev   line source
al@19128 1 # SliTaz package receipt.
al@19128 2
al@19128 3 PACKAGE="lcms2-dev"
Hans-G?nter@24706 4 VERSION="2.13.1"
al@19128 5 CATEGORY="development"
Hans-G?nter@21100 6 SHORT_DESC="Open source color management engine (development files)."
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
Hans-G?nter@24706 11 DEPENDS="lcms2 lcms2-apps pkg-config"
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 get_dev_files
al@19128 18 }