wok rev 24372
updated bison and bison-lang (3.5 -> 3.8.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 05 15:15:36 2022 +0100 (2022-02-05) |
parents | c21515fa6481 |
children | 9af0e03b8ad0 |
files | bison-lang/receipt bison/description.txt bison/receipt blackbox-lang/receipt |
line diff
1.1 --- a/bison-lang/receipt Sat Feb 05 15:01:57 2022 +0100 1.2 +++ b/bison-lang/receipt Sat Feb 05 15:15:36 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bison-lang" 1.7 -VERSION="3.5" 1.8 +VERSION="3.8.2" 1.9 CATEGORY="development" 1.10 TAGS="parser language" 1.11 SHORT_DESC="GNU parser generator - localised messages."
2.1 --- a/bison/description.txt Sat Feb 05 15:01:57 2022 +0100 2.2 +++ b/bison/description.txt Sat Feb 05 15:15:36 2022 +0100 2.3 @@ -1,3 +1,3 @@ 2.4 -Bison is a general-purpose parser generator that converts an annotated context- 2.5 -free grammar into a deterministic LR or generalized LR (GLR) parser employing 2.6 -LALR(1) parser tables. 2.7 +Bison is a general-purpose parser generator that converts an annotated 2.8 +context-free grammar into a deterministic LR or generalized LR (GLR) 2.9 +parser employing LALR(1) parser tables.
3.1 --- a/bison/receipt Sat Feb 05 15:01:57 2022 +0100 3.2 +++ b/bison/receipt Sat Feb 05 15:15:36 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="bison" 3.7 -VERSION="3.5" 3.8 +VERSION="3.8.2" 3.9 CATEGORY="development" 3.10 TAGS="parser language" 3.11 SHORT_DESC="GNU parser generator." 3.12 @@ -12,6 +12,7 @@ 3.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 3.14 WGET_URL="https://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 3.15 3.16 +SUGGESTED="bison-lang" 3.17 DEPENDS="m4" 3.18 BUILD_DEPENDS="m4" 3.19 3.20 @@ -20,7 +21,8 @@ 3.21 # Rules to configure and make the package. 3.22 compile_rules() 3.23 { 3.24 - ./configure $CONFIGURE_ARGS && 3.25 + ./configure \ 3.26 + $CONFIGURE_ARGS && 3.27 make && 3.28 make install 3.29