summaryrefslogtreecommitdiffstats
path: root/system/ibam
diff options
context:
space:
mode:
author Antonio Hernández Blas <hba.nihilismus@gmail.com>2010-05-13 00:40:38 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:40:38 +0200
commit30b0025afd64fd888d68ce826fd9bd65402310f2 (patch)
tree58e567f8451eb2c33fef8608a950af64c7bcdb23 /system/ibam
parenta5ca3494f5129ff3a0b83fbf26928a0c4b944b08 (diff)
downloadslackbuilds-30b0025afd64fd888d68ce826fd9bd65402310f2.tar.gz
slackbuilds-30b0025afd64fd888d68ce826fd9bd65402310f2.tar.xz
system/ibam: Updated for version 0.5.2
Diffstat (limited to 'system/ibam')
-rw-r--r--system/ibam/ibam.SlackBuild18
-rw-r--r--system/ibam/ibam.info12
2 files changed, 17 insertions, 13 deletions
diff --git a/system/ibam/ibam.SlackBuild b/system/ibam/ibam.SlackBuild
index 47276ccd50..ad5f0b1015 100644
--- a/system/ibam/ibam.SlackBuild
+++ b/system/ibam/ibam.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ibam
-# Copyright (c) 2008, Antonio Hernández Blas <hba.nihilismus@gmail.com>
+# Copyright (c) 2008-2009 Antonio Hernández Blas <hba.nihilismus@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ibam
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.5.2}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -38,6 +38,7 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -60,18 +61,19 @@ find . \
sed -i 's/^CFLAGS=-O3/CFLAGS+=/' Makefile
CFLAGS="$SLKCFLAGS" make
+# Install binary by hand
+# This is the only binary to package so there's no
+# need to worry about $LIBDIRSUFFIX
+install -D -m 0755 $PRGNAM $PKG/usr/bin/$PRGNAM
+
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
+ xargs strip --strip-unneeded 2> /dev/null || true
)
-# Install binary by hand
-install -D -m 0755 $PRGNAM $PKG/usr/bin/$PRGNAM
-
# There's no manpages
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a REPORT README CHANGES $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
@@ -80,4 +82,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/ibam/ibam.info b/system/ibam/ibam.info
index c3da84f11f..00767339f3 100644
--- a/system/ibam/ibam.info
+++ b/system/ibam/ibam.info
@@ -1,8 +1,10 @@
PRGNAM="ibam"
-VERSION="0.5.1"
+VERSION="0.5.2"
HOMEPAGE="http://ibam.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/ibam/ibam-0.5.1.tar.gz"
-MD5SUM="235525af8435727c466fce3fd82a0e3f"
-MAINTAINER="Antonio Hernández Blas"
+DOWNLOAD="http://downloads.sourceforge.net/ibam/ibam-0.5.2.tar.gz"
+MD5SUM="2d5222ff504dd19e7c1ea8acc2f13cf5"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+MAINTAINER="Antonio Hernández Blas"
EMAIL="hba.nihilismus@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"