wok view lemon/receipt @ rev 12082

Up: midori (0.4.4) - More search engines, use DDG by default with slitaz string and desktop file with fr
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 14:58:49 2012 +0100 (2012-03-09)
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 }