wok view lemon/receipt @ rev 23813

syslinux/iso2exe: fix linld.com path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 18:40:12 2020 +0000 (2020-05-25)
parents 6c4f7dff6b20
children 3ae2d1f7b186
line source
1 # SliTaz package receipt.
3 PACKAGE="lemon"
4 _realver="3310100"
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 }