wok view bison-lang/receipt @ rev 24367

created recipe for bison-lang-3.5
author Hans-G?nter Theisgen
date Sat Feb 05 07:42:34 2022 +0100 (2022-02-05)
parents
children b0897e8bc1a4
line source
1 # SliTaz package receipt.
3 PACKAGE="bison-lang"
4 VERSION="3.5"
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 }