wok-next view lemon/receipt @ rev 8313

Up: gegl to 0.1.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 02:47:16 2011 +0000 (2011-02-01)
parents dc574374a35e
children b50123d7512e
line source
1 # SliTaz package receipt.
3 PACKAGE="lemon"
4 _amalgamationver=3070400
5 _amalgamationver2=${_amalgamationver/00/}
6 VERSION="${_amalgamationver2//0/.}"
7 CATEGORY="system-tools"
8 SHORT_DESC="The LEMON Parser Generator (from the SQLite project)."
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.sqlite.org/"
11 WANTED="sqlite"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 src=$WOK/$WANTED/$WANTED-src-${_amalgamationver}
17 mkdir -p $fs/usr/bin $fs/usr/share/lemon
18 cp -a $src/lemon $fs/usr/bin
19 cp -a $src/lempar.c $fs/usr/share/lemon
20 }