wok view bison-lang/receipt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (17 months ago)
parents 2813dc1bbbec
children
line source
1 # SliTaz package receipt.
3 PACKAGE="bison-lang"
4 VERSION="3.8.2"
5 CATEGORY="development"
6 TAGS="parser language"
7 SHORT_DESC="GNU parser generator - localised messages."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://www.gnu.org/software/bison/"
12 WANTED="bison"
14 HOST_ARCH="any"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders locale
20 }