wok view lemon/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents 4963cd31b894
children 96982f54e3dc
line source
1 # SliTaz package receipt.
3 PACKAGE="lemon"
4 _realver="3320100"
5 VERSION="$(printf "%d.%d.%d" ${_realver:0:1} ${_realver:1:2} ${_realver:3:2})"
6 CATEGORY="system-tools"
7 SHORT_DESC="The LEMON Parser Generator (from the SQLite project)."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="PublicDomain"
10 WEB_SITE="https://www.sqlite.org/index.html"
12 WANTED="sqlite"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 mkdir -p $fs/usr/share/lemon
20 cp -a $src/lemon $fs/usr/bin
21 cp -a $src/lempar.c $fs/usr/share/lemon
22 }