wok view lemon/receipt @ rev 11220

Add from wok-undigest: dansguardian dietlibc dietlibc-dev directfb directfb-dev distccmon-gui dovecot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 23:07:20 2011 +0100 (2011-11-03)
parents 7b63a08dff3f
children bfe34867a6b1
line source
1 # SliTaz package receipt.
3 PACKAGE="lemon"
4 _amalgamationver=3070900
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 mkdir -p $fs/usr/bin $fs/usr/share/lemon
17 cp -a $install/usr/bin/lemon $fs/usr/bin
18 cp -a $install/usr/share/lemon/lempar.c $fs/usr/share/lemon
19 }