libraries/afflib: Updated for version 3.7.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
82df8bf7d4
commit
46bea00ffb
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# All rights reserved.
|
||||
#
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
|
@ -22,10 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated: v3.6.11 May 2011 Barry J. Grundy <bgrundy(at)linuxleo.com>
|
||||
# Updated: v3.7.1 June 2012 Barry J. Grundy <bgrundy(at)linuxleo.com>
|
||||
|
||||
PRGNAM=afflib
|
||||
VERSION=3.6.12
|
||||
VERSION=3.7.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +76,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--enable-s3 \
|
||||
--enable-python \
|
||||
--enable-threading \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="afflib"
|
||||
VERSION="3.6.12"
|
||||
VERSION="3.7.1"
|
||||
HOMEPAGE="http://www.afflib.org/"
|
||||
DOWNLOAD="http://afflib.org/downloads/afflib-3.6.12.tar.gz"
|
||||
MD5SUM="8d0026e71ecb86089ced39204a103828"
|
||||
DOWNLOAD="https://github.com/downloads/simsong/AFFLIBv3/afflib-3.7.1.tar.gz"
|
||||
MD5SUM="c6751d461aaf6acf9d15303cde539e44"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Barry J. Grundy"
|
||||
EMAIL="bgrundy<at>linuxleo.com"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue