wok diff lemon/receipt @ rev 8211

imported patch toolchain/readline.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents dc574374a35e
children b50123d7512e
line diff
     1.1 --- a/lemon/receipt	Fri Oct 08 18:47:02 2010 +0000
     1.2 +++ b/lemon/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -1,7 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lemon"
     1.7 -VERSION="3.7.3"
     1.8 +_amalgamationver=3070400
     1.9 +_amalgamationver2=${_amalgamationver/00/}
    1.10 +VERSION="${_amalgamationver2//0/.}"
    1.11  CATEGORY="system-tools"
    1.12  SHORT_DESC="The LEMON Parser Generator (from the SQLite project)."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14 @@ -11,6 +13,7 @@
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 +	src=$WOK/$WANTED/$WANTED-src-${_amalgamationver}
    1.19  	mkdir -p $fs/usr/bin $fs/usr/share/lemon
    1.20  	cp -a $src/lemon $fs/usr/bin
    1.21  	cp -a $src/lempar.c $fs/usr/share/lemon