wok annotate nano-doc/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 84e8c7b07160
children a92b20152ab0
rev   line source
al@19259 1 # SliTaz package receipt.
al@19259 2
al@19259 3 PACKAGE="nano-doc"
Hans-G?nter@24955 4 VERSION="6.2"
al@19259 5 CATEGORY="doc"
Hans-G?nter@21517 6 SHORT_DESC="Nano Text Editor, documentation and man pages."
al@19259 7 MAINTAINER="al.bobylev@gmail.com"
al@19259 8 LICENSE="GPL3"
al@19259 9 WEB_SITE="https://nano-editor.org/"
al@19259 10
al@19259 11 WANTED="nano"
al@19259 12
al@19259 13 genpkg_rules()
al@19259 14 {
Hans-G?nter@24955 15 cook_copy_folders doc
Hans-G?nter@24955 16 cook_copy_folders man
al@19259 17 }
Hans-G?nter@21518 18