wok view lemon/receipt @ rev 11545

Add autoblog form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:18:49 2011 +0100 (2011-12-25)
parents 017ae4c07215
children 9b467e60ded0
line source
1 # SliTaz package receipt.
3 PACKAGE="lemon"
4 _amalgamationver=3070900
5 _amalgamationver2=${_amalgamationver/00/}
6 #VERSION="${_amalgamationver2//0/.}"
7 VERSION="3.7.9"
8 CATEGORY="system-tools"
9 SHORT_DESC="The LEMON Parser Generator (from the SQLite project)."
10 MAINTAINER="pankso@slitaz.org"
11 WEB_SITE="http://www.sqlite.org/"
12 WANTED="sqlite"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/share/lemon
18 cp -a $install/usr/bin/lemon $fs/usr/bin
19 cp -a $install/usr/share/lemon/lempar.c $fs/usr/share/lemon
20 }