misc/discount: Updated for version 3.0.0d.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-10-19 16:10:18 -04:00 committed by Willy Sudiarto Raharjo
parent 44ffa8953d
commit 67e5091d69
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 5 deletions

View file

@ -8,6 +8,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20241019 bkw: update for v3.0.0d (in conjunction with Greg's pdfpc update).
# 20240807 bkw: note to self:
# - tried to update for v3.0.0d, but pdfpc fails to compile with it.
# looked for a fix in pdfpc's git, but latest git fails with the
@ -23,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=discount
VERSION=${VERSION:-2.2.7d}
VERSION=${VERSION:-3.0.0d}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -93,7 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-all-features \
--shared
make -j1
# 20241019 bkw: v2.2.x required "make -j1", 3.0.0d seems OK without it.
make
[ "${MAKETEST:-no}" = "yes" ] && make -j1 test

View file

@ -1,8 +1,8 @@
PRGNAM="discount"
VERSION="2.2.7d"
VERSION="3.0.0d"
HOMEPAGE="https://www.pell.portland.or.us/~orc/Code/discount/"
DOWNLOAD="https://github.com/Orc/discount/archive/v2.2.7d/discount-2.2.7d.tar.gz"
MD5SUM="5081a7d74b0986f8e288bca53f367500"
DOWNLOAD="https://github.com/Orc/discount/archive/v3.0.0d/discount-3.0.0d.tar.gz"
MD5SUM="9a38c904326133b4f6b071beedbe270a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""