wok diff gawk-lang/receipt @ rev 25518

updated gvim 8.2 -> 9.0.0133 again
author Hans-G?nter Theisgen
date Thu Feb 23 11:06:30 2023 +0100 (16 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gawk-lang/receipt	Thu Feb 23 11:06:30 2023 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gawk-lang"
     1.7 +VERSION="5.1.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="GNU awk to handle simple data-reformatting - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://www.gnu.org/software/gawk/"
    1.13 +
    1.14 +WANTED="gawk"
    1.15 +
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	cook_copy_folders	locale
    1.19 +}