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 ++++++--- libraries/libowfat/libowfat.info | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'libraries/libowfat') 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="" -- cgit v1.2.3-65-gdbad