diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-26 23:24:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-26 23:57:58 -0500 |
commit | 8974b2a68b1e3565fdde6f80c99910b76f59f2d2 (patch) | |
tree | 0d5a66a004650b662382d57b8cb257c1829267bf /libraries/wv | |
parent | 56106258da440c6f89556662812df5b497eec20c (diff) | |
download | slackbuilds-8974b2a68b1e3565fdde6f80c99910b76f59f2d2.tar.gz |
libraries/wv: Updated for version 1.2.7.
This probably won't be an issue yet, but if you happen to
already have abiword installed, it's going to need a
rebuild due to an ABI change in the wv library. You'll
also have to uninstall your existing abiword package in
order to successfully build the new one.
Diffstat (limited to 'libraries/wv')
-rw-r--r-- | libraries/wv/wv.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/wv/wv.info | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/wv/wv.SlackBuild b/libraries/wv/wv.SlackBuild index 95b67ae213..d09cb67f44 100644 --- a/libraries/wv/wv.SlackBuild +++ b/libraries/wv/wv.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wv -# Copyright 2008-2009 Robby Workman, Northport, Alabama, USA +# Copyright 2008,2009,2010 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,17 +23,17 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wv -VERSION=1.2.4 +VERSION=1.2.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; - arm*) export ARCH=arm ;; + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: - *) export ARCH=$( uname -m ) ;; + *) ARCH=$( uname -m ) ;; esac fi diff --git a/libraries/wv/wv.info b/libraries/wv/wv.info index 4d79aa1348..016094a714 100644 --- a/libraries/wv/wv.info +++ b/libraries/wv/wv.info @@ -1,8 +1,8 @@ PRGNAM="wv" -VERSION="1.2.4" -HOMEPAGE="http://wvware.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/wvware/wv-1.2.4.tar.gz" -MD5SUM="c1861c560491f121e12917fa76970ac5" +VERSION="1.2.7" +HOMEPAGE="http://abisource.com/" +DOWNLOAD="http://abisource.com/downloads/wv/1.2.7/wv-1.2.7.tar.gz" +MD5SUM="a6a3484745aa73897ff9c5a871482b4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Robby Workman" |