mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/cmark: Updated for version 0.29.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b9e645c394
commit
df521cbc64
3 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue