libraries/libowfat: Updated for version 0.29.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2013-12-26 21:05:02 +01:00 committed by Erik Hanson
parent 7fdd02fd3b
commit 83879bf08c
2 changed files with 12 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libowfat
# Copyright (c) 2010 Markus Reichelt, Aachen, DE
# Copyright (c) 2010-2013 Markus Reichelt, Stolberg (Rhld.), DE
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@ -23,12 +23,11 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
# 2010 June 25 - initial release
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=libowfat
VERSION=${VERSION:-0.28}
VERSION=${VERSION:-0.29}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,10 +78,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/opt/diet/man
@ -97,7 +96,7 @@ cat $CWD/profile.d/dietlibc.sh > $PKG/etc/profile.d/dietlibc.sh
cat $CWD/profile.d/dietlibc.csh > $PKG/etc/profile.d/dietlibc.csh
chmod 0755 $PKG/etc/profile.d/*
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
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
find $PKG/opt/diet/man -type f -exec gzip -9 {} \;

View file

@ -1,10 +1,10 @@
PRGNAM="libowfat"
VERSION="0.28"
VERSION="0.29"
HOMEPAGE="http://www.fefe.de/libowfat/"
DOWNLOAD="http://dl.fefe.de/libowfat-0.28.tar.bz2"
MD5SUM="6bbee9a86506419657d87123b7a6f2c1"
DOWNLOAD="http://dl.fefe.de/libowfat-0.29.tar.bz2"
MD5SUM="1187c6acf11429e7adb9ebe180f644bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="markus reichelt"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"