# HG changeset patch # User Christophe Lincoln # Date 1306428249 -7200 # Node ID 6b1ce5d876c8e3ab4a04f9797bb52e4ca090713b # Parent 0867e290621a08dad276b325ff6fe43a3a95f627 yajl: we need TARBALL set diff -r 0867e290621a -r 6b1ce5d876c8 gambas2/receipt --- a/gambas2/receipt Thu May 26 18:40:31 2011 +0200 +++ b/gambas2/receipt Thu May 26 18:44:09 2011 +0200 @@ -20,7 +20,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install | sed s/ERROR/Error/ + make | sed s/ERROR:/Error:/ && + make DESTDIR=$DESTDIR install | sed s/ERROR:/Error:/ } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 0867e290621a -r 6b1ce5d876c8 yajl/receipt --- a/yajl/receipt Thu May 26 18:40:31 2011 +0200 +++ b/yajl/receipt Thu May 26 18:44:09 2011 +0200 @@ -6,6 +6,7 @@ SHORT_DESC="Yet Another JSON Library" MAINTAINER="slaxemulator@gmail.com" BUILD_DEPENDS="cmake doxygen git" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://github.com/lloyd/yajl" WGET_URL="git|git://github.com/lloyd/yajl.git" BRANCH="$VERSION"