libraries/cmark: Updated for version 0.29.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Skaendo 2019-04-12 22:11:11 +07:00 committed by Willy Sudiarto Raharjo
parent b9e645c394
commit df521cbc64
3 changed files with 11 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for cmark
# Copyright 2018 Skaendo <skaendo@linuxmail.org>
# Copyright 2018, 2019 Skaendo <skaendo@linuxmail.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cmark
VERSION=${VERSION:-0.28.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.29.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -77,6 +77,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMARK_STATIC=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
@ -89,7 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README.md changelog.txt \
cp -a COPYING README* changelog* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="cmark"
VERSION="0.28.3"
VERSION="0.29.0"
HOMEPAGE="https://github.com/commonmark/cmark"
DOWNLOAD="https://github.com/commonmark/cmark/archive/0.28.3/cmark-0.28.3.tar.gz"
MD5SUM="324440a52a131ac24f2710b073865b7c"
DOWNLOAD="https://github.com/commonmark/cmark/archive/0.29.0/cmark-0.29.0.tar.gz"
MD5SUM="3bde2e450f46d3eb1494e2e6e8305d65"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -12,8 +12,8 @@ cmark: cmark is the C reference implementation of CommonMark, a rationalized
cmark: version of Markdown syntax with a spec. (For the JavaScript reference
cmark: implementation, see commonmark.js.)
cmark:
cmark:
cmark:
cmark:
cmark: Homepage: https://github.com/commonmark/cmark
cmark:
cmark:
cmark:
cmark: