diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-09-20 21:18:40 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-22 11:40:23 -0500 |
commit | b84c2c5b4c1a88aea25c6c077ad109b9d25e87df (patch) | |
tree | 16426e6528f659cd44f0b9dbe03fc4e12763908e /libraries/libofx/libofx.SlackBuild | |
parent | bf367f3a0ab3c1a6a840084ce6c18f0894050e39 (diff) | |
download | slackbuilds-b84c2c5b4c1a88aea25c6c077ad109b9d25e87df.tar.gz |
libraries/libofx: Updated for version 0.9.5.
This is needed to build newer kmymoney.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libofx/libofx.SlackBuild')
-rw-r--r-- | libraries/libofx/libofx.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libofx/libofx.SlackBuild b/libraries/libofx/libofx.SlackBuild index 488df6eccd..17d01f536f 100644 --- a/libraries/libofx/libofx.SlackBuild +++ b/libraries/libofx/libofx.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for libofx # -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libofx -VERSION=0.9.1 -BUILD=${BUILD:-2} +VERSION=0.9.5 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -68,7 +66,6 @@ chown -R root:root . chmod -R u+w,go+r-w,a-s . # Patch to fix compilation on gcc-4.3.x -patch -p1 < $CWD/libofx-0.9.0-gcc43.patch CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -79,11 +76,14 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var/lib \ --with-opensp-libs=/usr/lib${LIBDIRSUFFIX} \ --disable-static \ + --mandir=/usr/man \ --build=$ARCH-slackware-linux make make install-strip DESTDIR=$PKG +gzip -9 $PKG/usr/man/man?/*.? + mkdir -p $PKG/usr/doc mv $PKG/usr/share/doc/libofx $PKG/usr/doc/$PRGNAM-$VERSION rmdir $PKG/usr/share/doc |