summaryrefslogtreecommitdiff
path: root/libraries/libowfat/libowfat.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libowfat/libowfat.SlackBuild')
-rw-r--r--libraries/libowfat/libowfat.SlackBuild9
1 files changed, 6 insertions, 3 deletions
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