wok diff lemon/receipt @ rev 12679
centerim: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 01 15:12:54 2012 +0200 (2012-05-01) |
parents | bfe34867a6b1 |
children | b6cb56c17b0b |
line diff
1.1 --- a/lemon/receipt Sat Dec 24 14:49:32 2011 +0100 1.2 +++ b/lemon/receipt Tue May 01 15:12:54 2012 +0200 1.3 @@ -1,10 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lemon" 1.7 -_amalgamationver=3070900 1.8 -_amalgamationver2=${_amalgamationver/00/} 1.9 -#VERSION="${_amalgamationver2//0/.}" 1.10 -VERSION="3.7.9" 1.11 +_realver=3071100 1.12 +VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}" 1.13 +#VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:4:1}" 1.14 CATEGORY="system-tools" 1.15 SHORT_DESC="The LEMON Parser Generator (from the SQLite project)." 1.16 MAINTAINER="pankso@slitaz.org"