libraries/c-ares: Updated for version 1.7.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-07-01 03:00:49 -05:00 committed by Robby Workman
parent 1b02c473a2
commit 12357fecbe
2 changed files with 6 additions and 11 deletions

View file

@ -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 \

View file

@ -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"