wok diff lemon/receipt @ rev 11452

Add: suricata
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 17 10:54:09 2011 +0100 (2011-12-17)
parents 7b63a08dff3f
children bfe34867a6b1
line diff
     1.1 --- a/lemon/receipt	Fri May 20 15:24:48 2011 +0000
     1.2 +++ b/lemon/receipt	Sat Dec 17 10:54:09 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lemon"
     1.7 -_amalgamationver=3070603
     1.8 +_amalgamationver=3070900
     1.9  _amalgamationver2=${_amalgamationver/00/}
    1.10  VERSION="${_amalgamationver2//0/.}"
    1.11  CATEGORY="system-tools"
    1.12 @@ -14,6 +14,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin $fs/usr/share/lemon
    1.16 -	cp -a $_pkg/usr/bin/lemon $fs/usr/bin
    1.17 -	cp -a $_pkg/usr/share/lemon/lempar.c $fs/usr/share/lemon
    1.18 +	cp -a $install/usr/bin/lemon $fs/usr/bin
    1.19 +	cp -a $install/usr/share/lemon/lempar.c $fs/usr/share/lemon
    1.20  }