wok-6.x diff discount/receipt @ rev 21760
Up mapserver (7.4.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 26 22:38:34 2019 +0200 (2019-06-26) |
parents | b81825d54cb6 |
children | fb8526ee16f5 |
line diff
1.1 --- a/discount/receipt Sat Mar 07 23:52:35 2015 +0100 1.2 +++ b/discount/receipt Wed Jun 26 22:38:34 2019 +0200 1.3 @@ -1,24 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="discount" 1.7 -VERSION="2.1.8" 1.8 +VERSION="2.2.5" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="a C implementation of the markdown spec" 1.11 +SHORT_DESC="A C implementation of the markdown language" 1.12 MAINTAINER="necrophcodr@necrophcodr.me" 1.13 LICENSE="BSD3" 1.14 +WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown" 1.15 + 1.16 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 1.17 -WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown" 1.18 -WGET_URL="${WEB_SITE}/${TARBALL}" 1.19 -HOST_ARCH="i486 arm" 1.20 +WGET_URL="https://github.com/Orc/$PACKAGE/archive/v$VERSION/$TARBALL" 1.21 1.22 DEPENDS="" 1.23 BUILD_DEPENDS="" 1.24 +HOST_ARCH="i486 arm" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 ./configure.sh --prefix=/usr && 1.30 - make && 1.31 + make -j 1 && 1.32 make DESTDIR=$DESTDIR install 1.33 } 1.34