wok rev 17747
discount: fix TARBALL name
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 07 23:52:35 2015 +0100 (2015-03-07) |
parents | c59c1fa413a6 |
children | 41d91b6fdec6 |
files | discount/receipt zpaq/receipt |
line diff
1.1 --- a/discount/receipt Sat Mar 07 18:30:49 2015 +0000 1.2 +++ b/discount/receipt Sat Mar 07 23:52:35 2015 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="a C implementation of the markdown spec" 1.5 MAINTAINER="necrophcodr@necrophcodr.me" 1.6 LICENSE="BSD3" 1.7 -TARBALL="${PACKAGE}-${VERSION}.tar.bz2" 1.8 +TARBALL="${PACKAGE}-${VERSION}.tar.gz" 1.9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown" 1.10 WGET_URL="${WEB_SITE}/${TARBALL}" 1.11 HOST_ARCH="i486 arm"
2.1 --- a/zpaq/receipt Sat Mar 07 18:30:49 2015 +0000 2.2 +++ b/zpaq/receipt Sat Mar 07 23:52:35 2015 +0100 2.3 @@ -6,9 +6,9 @@ 2.4 SHORT_DESC="incremental journaling backup utility and archiver" 2.5 MAINTAINER="necrophcodr@necrophcodr.me" 2.6 LICENSE="GPL3" 2.7 -TARBALL="zpaq702.zip" 2.8 +TARBALL="zpaq${VERSION/./}.zip" 2.9 WEB_SITE="http://mattmahoney.net/dc/zpaq.html" 2.10 -WGET_URL="http://mattmahoney.net/dc/zpaq702.zip" 2.11 +WGET_URL="http://mattmahoney.net/dc/$TARBALL" 2.12 2.13 DEPENDS="" 2.14 BUILD_DEPENDS="" 2.15 @@ -16,7 +16,6 @@ 2.16 # Rules to configure and make the package. 2.17 compile_rules() 2.18 { 2.19 - cd $src 2.20 make && 2.21 mkdir -p $install/usr/bin && 2.22 cp zpaq $install/usr/bin/zpaq