wok-current annotate nano-doc/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (5 months ago)
parents dd4fe41206e8
children
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"
shann@25697 9 WEB_SITE="https://www.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