wok view bison-lang/receipt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
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 }