wok rev 10619
yajl: we need TARBALL set
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 18:44:09 2011 +0200 (2011-05-26) |
parents | 0867e290621a |
children | 66e1e63387d7 |
files | gambas2/receipt yajl/receipt |
line diff
1.1 --- a/gambas2/receipt Thu May 26 18:40:31 2011 +0200 1.2 +++ b/gambas2/receipt Thu May 26 18:44:09 2011 +0200 1.3 @@ -20,7 +20,8 @@ 1.4 --infodir=/usr/share/info \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make && make DESTDIR=$DESTDIR install | sed s/ERROR/Error/ 1.8 + make | sed s/ERROR:/Error:/ && 1.9 + make DESTDIR=$DESTDIR install | sed s/ERROR:/Error:/ 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/yajl/receipt Thu May 26 18:40:31 2011 +0200 2.2 +++ b/yajl/receipt Thu May 26 18:44:09 2011 +0200 2.3 @@ -6,6 +6,7 @@ 2.4 SHORT_DESC="Yet Another JSON Library" 2.5 MAINTAINER="slaxemulator@gmail.com" 2.6 BUILD_DEPENDS="cmake doxygen git" 2.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.8 WEB_SITE="https://github.com/lloyd/yajl" 2.9 WGET_URL="git|git://github.com/lloyd/yajl.git" 2.10 BRANCH="$VERSION"