From a98bf3edab16c3572554cd74d78edad9d158823f Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Sat, 17 Nov 2018 20:08:49 +0000 Subject: libraries/libowfat: Updated for version 0.32. Signed-off-by: David Spencer --- libraries/libowfat/libowfat.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libraries/libowfat/libowfat.SlackBuild') diff --git a/libraries/libowfat/libowfat.SlackBuild b/libraries/libowfat/libowfat.SlackBuild index 05f1baaa19..3eecc9a38f 100644 --- a/libraries/libowfat/libowfat.SlackBuild +++ b/libraries/libowfat/libowfat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libowfat -# Copyright (c) 2010-2017 Markus Reichelt, Aachen, DE +# Copyright (c) 2010-2018 Markus Reichelt, Aachen, DE # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -27,8 +27,8 @@ PRGNAM=libowfat -VERSION=${VERSION:-0.31} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.32} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -99,6 +99,9 @@ chmod 0755 $PKG/etc/profile.d/* 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 +#avoid possible conflict - have a look at /etc/man.conf +mv $PKG/opt/diet/man/man3/buffer.3 $PKG/opt/diet/man/man3/buffer-libowfat.3 + find $PKG/opt/diet/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3