libraries/libaal: Updated for version 1.0.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-02-11 07:00:46 +07:00
parent 0509e0aace
commit aaa5cc56a1
3 changed files with 16 additions and 16 deletions

View file

@ -5,13 +5,13 @@
# Written by Kurt Erickson <kurt_erickson@att.net>
PRGNAM=libaal
VERSION=${VERSION:-1.0.5}
VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -22,8 +22,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -42,15 +42,16 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
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 {} \;
# Note: We need static library here for reiser4progs
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -68,8 +69,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS BUGS COPYING CREDITS ChangeLog INSTALL README THANKS TODO \
cp -a AUTHORS BUGS COPYING CREDITS ChangeLog INSTALL README THANKS TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="libaal"
VERSION="1.0.5"
HOMEPAGE="http://www.kernel.org/pub/linux/utils/fs/reiser4/libaal/"
DOWNLOAD="http://korg.cs.utah.edu/pub/linux/utils/fs/reiser4/libaal/libaal-1.0.5.tar.bz2"
MD5SUM="12b211e1a2eb3e395a70fb1b7d981fb7"
VERSION="1.0.6"
HOMEPAGE="https://sourceforge.net/projects/reiser4/"
DOWNLOAD="https://sourceforge.net/projects/reiser4/files/reiser4-utils/libaal/libaal-1.0.6.tar.gz"
MD5SUM="6fd5c2471e1fd3972fb23ac5dc1b77e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -12,7 +12,7 @@ libaal: libaal is a library that provides an application abstraction
libaal: mechanism for the reiser4 filesystem. It includes device
libaal: abstraction, libc independence code, etcetera.
libaal:
libaal: Homepage: http://www.kernel.org/pub/linux/utils/fs/reiser4/libaal/
libaal: Homepage: http://sourceforge.net/projects/reiser4/
libaal:
libaal:
libaal: