mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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.
This commit is contained in:
parent
56106258da
commit
8974b2a68b
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue