wok-current diff hiredis/receipt @ rev 22181
linld: check memory size for vcpi
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 10 11:45:54 2019 +0100 (2019-11-10) |
parents | cb1baa1e7ee4 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/hiredis/receipt Wed Sep 16 18:39:55 2015 +0200 1.2 +++ b/hiredis/receipt Sun Nov 10 11:45:54 2019 +0100 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.