wok-current diff redis/receipt @ rev 20526
Add arandr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 07 10:46:58 2018 +0100 (2018-11-07) |
parents | e3b4cecb15e5 |
children | 6135577f4d08 |
line diff
1.1 --- a/redis/receipt Thu Mar 26 01:23:05 2015 +0000 1.2 +++ b/redis/receipt Wed Nov 07 10:46:58 2018 +0100 1.3 @@ -6,16 +6,15 @@ 1.4 SHORT_DESC="Redis is an open source, BSD licensed, advanced key-value cache and store" 1.5 MAINTAINER="nneul@neulinger.org" 1.6 LICENSE="BSD" 1.7 -TARBALL="redis-2.8.19.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://redis.io/" 1.10 -WGET_URL="http://download.redis.io/releases/redis-2.8.19.tar.gz" 1.11 +WGET_URL="http://download.redis.io/releases/$TARBALL" 1.12 TAGS="database" 1.13 BUILD_DEPENDS="libxslt" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 make PREFIX=/usr 1.20 } 1.21 1.22 @@ -31,4 +30,3 @@ 1.23 cp -a $src/src/redis-check-aof $fs/usr/bin 1.24 cp -a $src/redis.conf $fs/etc 1.25 } 1.26 -