wok annotate dialog-lang/receipt @ rev 25130

e4rat: modified recipe
author Hans-G?nter Theisgen
date Wed Jun 29 07:04:49 2022 +0100 (22 months ago)
parents
children
rev   line source
Hans-G?nter@25130 1 # SliTaz package receipt.
Hans-G?nter@25130 2
Hans-G?nter@25130 3 PACKAGE="dialog-lang"
Hans-G?nter@25130 4 VERSION="1.3_20220117"
Hans-G?nter@25130 5 CATEGORY="localization"
Hans-G?nter@25130 6 SHORT_DESC="Script-interpreter which provides a set of curses widgets - localised messages."
Hans-G?nter@25130 7 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@25130 8 LICENSE="LGPL2.1"
Hans-G?nter@25130 9 WEB_SITE="https://invisible-island.net/dialog/"
Hans-G?nter@25130 10
Hans-G?nter@25130 11 WANTED="dialog"
Hans-G?nter@25130 12
Hans-G?nter@25130 13 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@25130 14 genpkg_rules()
Hans-G?nter@25130 15 {
Hans-G?nter@25130 16 cook_copy_folders locale
Hans-G?nter@25130 17 }