wok-next view lemon/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
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 }