system/mdocml: Updated for version 1.14.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2017-04-27 07:14:03 +07:00 committed by Willy Sudiarto Raharjo
parent f77d0b8810
commit 30ab5b844e
2 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2014 LEVAI Daniel
# Copyright (c) 2014-2017 LEVAI Daniel
# All rights reserved.
#
# * Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mdocml
VERSION=${VERSION:-1.13.4}
VERSION=${VERSION:-1.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -78,7 +78,7 @@ fi
./configure
# The makefile uses hard links :O
sed -i -e 's/ln -f/ln -sf/' Makefile
sed -i -e 's/ln -f/ln -sf/' Makefile.local
CFLAGS=$SLKCFLAGS \
make
@ -87,6 +87,12 @@ make install \
PREFIX=/usr \
LIBDIR=/usr/lib${LIBDIRSUFFIX}
# Fix symlinks
for link in $(find ${PKG}/usr/bin ${PKG}/usr/sbin -type l);do
TARGET=$(readlink ${link})
ln -fs ${TARGET##${PKG}} ${link}
done
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="mdocml"
VERSION="1.13.4"
VERSION="1.14.1"
HOMEPAGE="http://mdocml.bsd.lv/"
DOWNLOAD="http://mdocml.bsd.lv/snapshots/mdocml-1.13.4.tar.gz"
MD5SUM="797d4f0e112479f8861e03a72f8b8b01"
DOWNLOAD="http://mdocml.bsd.lv/snapshots/mdocml-1.14.1.tar.gz"
MD5SUM="07db67f437ee894e7e4b18b305d53ca1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""