wok diff hiredis/receipt @ rev 21620

linld: more ram for zImage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:19:35 2019 +0200 (2019-05-25)
parents cb1baa1e7ee4
children 5ea0ce1cecc0
line diff
     1.1 --- a/hiredis/receipt	Wed Sep 16 18:39:55 2015 +0200
     1.2 +++ b/hiredis/receipt	Sat May 25 13:19:35 2019 +0200
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hiredis"
     1.7 -VERSION="0.13.3"
     1.8 +VERSION="0.14.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Minimalistic C client for Redis >= 1.2."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="https://github.com/redis/hiredis"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://github.com/redis/hiredis"
    1.17  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.18  
    1.19 -BUILD_DEPENDS="wget"
    1.20 +BUILD_DEPENDS=""
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	make && make PREFIX=/usr DESTDIR=$DESTDIR install
    1.26 +	make -j 1 &&
    1.27 +	make PREFIX=/usr DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.