summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2018-11-17 20:08:49 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-24 12:35:10 +0700
commita98bf3edab16c3572554cd74d78edad9d158823f (patch)
treede603d0914575cc3aede372230d56244724297e1 /libraries
parente548c560454efd347421fb031dd0eaf3ad0617ad (diff)
downloadslackbuilds-a98bf3edab16c3572554cd74d78edad9d158823f.tar.gz
slackbuilds-a98bf3edab16c3572554cd74d78edad9d158823f.tar.xz
libraries/libowfat: Updated for version 0.32.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libowfat/libowfat.SlackBuild9
-rw-r--r--libraries/libowfat/libowfat.info6
2 files changed, 9 insertions, 6 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
diff --git a/libraries/libowfat/libowfat.info b/libraries/libowfat/libowfat.info
index 84eae165f9..6253c78e97 100644
--- a/libraries/libowfat/libowfat.info
+++ b/libraries/libowfat/libowfat.info
@@ -1,8 +1,8 @@
PRGNAM="libowfat"
-VERSION="0.31"
+VERSION="0.32"
HOMEPAGE="http://www.fefe.de/libowfat/"
-DOWNLOAD="http://www.fefe.de/libowfat/libowfat-0.31.tar.xz"
-MD5SUM="120798fab86cfd72dc6b12284d248dd0"
+DOWNLOAD="http://www.fefe.de/libowfat/libowfat-0.32.tar.xz"
+MD5SUM="ee015ccf45cb2bc61c942642038c2bdc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""