wok-current view bison-lang/receipt @ rev 25585
Fix linux build with gcc > 6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu May 25 15:49:26 2023 +0000 (21 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 }