wok view lemon/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
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 }