wok annotate libunistring-dev/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 3a8a6ad2c404
children
rev   line source
al@19485 1 # SliTaz package receipt.
al@19485 2
al@19485 3 PACKAGE="libunistring-dev"
Hans-G?nter@24842 4 VERSION="1.0"
al@19485 5 CATEGORY="development"
Hans-G?nter@21325 6 SHORT_DESC="Unicode string library, development files."
al@19485 7 MAINTAINER="al.bobylev@gmail.com"
al@19485 8 LICENSE="GPL3 LGPL3 FDL"
al@19485 9 WEB_SITE="https://www.gnu.org/software/libunistring/"
al@19485 10
Hans-G?nter@24842 11 DEPENDS="libunistring"
al@19485 12 WANTED="libunistring"
al@19485 13
al@19485 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19485 15 genpkg_rules()
al@19485 16 {
Hans-G?nter@24842 17 cook_copy_folders include
Hans-G?nter@24842 18 cook_copy_files *.*a
al@19485 19 }