wok-next diff tinycm/receipt @ rev 16442
slitaz-tools: work around due to buggy 5.8 Makefile
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 18 16:30:12 2014 +0200 (2014-04-18) |
parents | 39ed5c50b3df |
children | 15ca25f3bd4b |
line diff
1.1 --- a/tinycm/receipt Wed Jan 08 00:18:35 2014 +0100 1.2 +++ b/tinycm/receipt Fri Apr 18 16:30:12 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tinycm" 1.7 -VERSION="1.0" 1.8 +VERSION="1.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Small and elegent CGI content manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,6 +9,7 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.slitaz.org/" 1.15 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" 1.16 +HOST_ARCH="i486 arm" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()