# HG changeset patch # User Pascal Bellard # Date 1425768755 -3600 # Node ID b81825d54cb69f04d566c74e863b9f5508b6728d # Parent c59c1fa413a6ea646a4cab0d488e5d1d9fb05d26 discount: fix TARBALL name diff -r c59c1fa413a6 -r b81825d54cb6 discount/receipt --- a/discount/receipt Sat Mar 07 18:30:49 2015 +0000 +++ b/discount/receipt Sat Mar 07 23:52:35 2015 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="a C implementation of the markdown spec" MAINTAINER="necrophcodr@necrophcodr.me" LICENSE="BSD3" -TARBALL="${PACKAGE}-${VERSION}.tar.bz2" +TARBALL="${PACKAGE}-${VERSION}.tar.gz" WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown" WGET_URL="${WEB_SITE}/${TARBALL}" HOST_ARCH="i486 arm" diff -r c59c1fa413a6 -r b81825d54cb6 zpaq/receipt --- a/zpaq/receipt Sat Mar 07 18:30:49 2015 +0000 +++ b/zpaq/receipt Sat Mar 07 23:52:35 2015 +0100 @@ -6,9 +6,9 @@ SHORT_DESC="incremental journaling backup utility and archiver" MAINTAINER="necrophcodr@necrophcodr.me" LICENSE="GPL3" -TARBALL="zpaq702.zip" +TARBALL="zpaq${VERSION/./}.zip" WEB_SITE="http://mattmahoney.net/dc/zpaq.html" -WGET_URL="http://mattmahoney.net/dc/zpaq702.zip" +WGET_URL="http://mattmahoney.net/dc/$TARBALL" DEPENDS="" BUILD_DEPENDS="" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src make && mkdir -p $install/usr/bin && cp zpaq $install/usr/bin/zpaq