diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-07-01 03:00:49 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-01 03:00:49 -0500 |
commit | 12357fecbee42f1da975c6f6d7bc2253f29c1b39 (patch) | |
tree | ae81bb1550b0187ff42adefb7d664a2258358de8 | |
parent | 1b02c473a20e83c10ba3e5bfdf2b9cd9e5179371 (diff) | |
download | slackbuilds-12357fecbee42f1da975c6f6d7bc2253f29c1b39.tar.gz |
libraries/c-ares: Updated for version 1.7.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/c-ares/c-ares.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/c-ares/c-ares.info | 8 |
2 files changed, 6 insertions, 11 deletions
diff --git a/libraries/c-ares/c-ares.SlackBuild b/libraries/c-ares/c-ares.SlackBuild index 3267d5ea26..7b3f585ba9 100644 --- a/libraries/c-ares/c-ares.SlackBuild +++ b/libraries/c-ares/c-ares.SlackBuild @@ -5,16 +5,14 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=c-ares -VERSION=${VERSION:-1.7.0} +VERSION=1.7.3 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 @@ -69,10 +67,7 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( 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 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/libraries/c-ares/c-ares.info b/libraries/c-ares/c-ares.info index 711cf18e85..be620f68e5 100644 --- a/libraries/c-ares/c-ares.info +++ b/libraries/c-ares/c-ares.info @@ -1,10 +1,10 @@ PRGNAM="c-ares" -VERSION="1.7.0" +VERSION="1.7.3" HOMEPAGE="http://c-ares.haxx.se/" -DOWNLOAD="http://c-ares.haxx.se/c-ares-1.7.0.tar.gz" -MD5SUM="15ab7852306b554b0b1145f41005a3bb" +DOWNLOAD="http://c-ares.haxx.se/c-ares-1.7.3.tar.gz" +MD5SUM="97ebef758804a6e9b6c0bc65d3c2c25a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero" +APPROVED="rworkman" |