wok view lemon/receipt @ rev 12009

maxima: removed path and extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Mar 05 15:12:50 2012 -0800 (2012-03-05)
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 }