diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2010-07-08 09:41:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 09:41:22 -0500 |
commit | e83b40b0ebb630caa820a8032e7424c6568dac41 (patch) | |
tree | 7669ba82c448f733dc7161113a746cdc550680b6 /libraries/afflib | |
parent | 1d0a685f44de0c5e850d250a5d2510dfc10da9d6 (diff) | |
download | slackbuilds-e83b40b0ebb630caa820a8032e7424c6568dac41.tar.gz |
libraries/afflib: Updated for version 3.5.12.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/afflib')
-rw-r--r-- | libraries/afflib/afflib.SlackBuild | 14 | ||||
-rw-r--r-- | libraries/afflib/afflib.info | 8 |
2 files changed, 10 insertions, 12 deletions
diff --git a/libraries/afflib/afflib.SlackBuild b/libraries/afflib/afflib.SlackBuild index 14ebe59ad6..1612e9f895 100644 --- a/libraries/afflib/afflib.SlackBuild +++ b/libraries/afflib/afflib.SlackBuild @@ -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,17 +22,17 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Updated: v3.5.12 July 2010 Barry J. Grundy <bgrundy(at)linuxleo.com> + PRGNAM=afflib -VERSION=3.5.7 +VERSION=3.5.12 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 @@ -84,10 +84,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -ra AUTHORS BUGLIST.txt ChangeLog COPYING INSTALL NEWS README* doc/ \ diff --git a/libraries/afflib/afflib.info b/libraries/afflib/afflib.info index 9c27de4fcd..350b981d1d 100644 --- a/libraries/afflib/afflib.info +++ b/libraries/afflib/afflib.info @@ -1,10 +1,10 @@ PRGNAM="afflib" -VERSION="3.5.7" +VERSION="3.5.12" HOMEPAGE="http://www.afflib.org/" -DOWNLOAD="http://www.afflib.org/downloads/afflib-3.5.7.tar.gz" -MD5SUM="efd1dacf1acf1ba450104635be93316c" +DOWNLOAD="http://www.afflib.org/downloads/afflib-3.5.12.tar.gz" +MD5SUM="6eb21ae845c69691abe2e800b411b174" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Barry J. Grundy" EMAIL="bgrundy<at>linuxleo.com" -APPROVED="Erik Hanson" +APPROVED="rworkman" |