summaryrefslogtreecommitdiffstats
path: root/libraries/c-ares
diff options
context:
space:
mode:
author Larry Hajali2011-01-03 00:55:37 +0100
committer Robby Workman2011-01-10 22:04:06 +0100
commit39a69b5e1adc63854d5d9397e1ed145d36b75834 (patch)
tree40eb89bed6d6828a2d0a130864c1403750508fc5 /libraries/c-ares
parente891713042b934a1f76cd933aadab56b9509396c (diff)
downloadslackbuilds-39a69b5e1adc63854d5d9397e1ed145d36b75834.tar.gz
libraries/c-ares: Updated for version 1.7.4.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'libraries/c-ares')
-rw-r--r--libraries/c-ares/LICENSE10
-rw-r--r--libraries/c-ares/c-ares.SlackBuild6
-rw-r--r--libraries/c-ares/c-ares.info8
3 files changed, 7 insertions, 17 deletions
diff --git a/libraries/c-ares/LICENSE b/libraries/c-ares/LICENSE
deleted file mode 100644
index 159adcfd3a..0000000000
--- a/libraries/c-ares/LICENSE
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright 1998 by the Massachusetts Institute of Technology.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of M.I.T. not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior permission.
-M.I.T. makes no representations about the suitability of this software for any
-purpose. It is provided "as is" without express or implied warranty. \ No newline at end of file
diff --git a/libraries/c-ares/c-ares.SlackBuild b/libraries/c-ares/c-ares.SlackBuild
index 7b3f585ba9..3e12c6a284 100644
--- a/libraries/c-ares/c-ares.SlackBuild
+++ b/libraries/c-ares/c-ares.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=c-ares
-VERSION=1.7.3
+VERSION=1.7.4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,11 +69,11 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG/usr/man -type f -exec gzip -9 {} \;
+cat ares.h | head -15 | tail -14 | sed -e 's|^.\*.||' -e 's| \*||' > LICENSE
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS CHANGES NEWS README* RELEASE* TODO \
+ AUTHORS CHANGES LICENSE NEWS README{,.cares} RELEASE-NOTES TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/LICENSE > $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/c-ares/c-ares.info b/libraries/c-ares/c-ares.info
index be620f68e5..6c4870507d 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.3"
+VERSION="1.7.4"
HOMEPAGE="http://c-ares.haxx.se/"
-DOWNLOAD="http://c-ares.haxx.se/c-ares-1.7.3.tar.gz"
-MD5SUM="97ebef758804a6e9b6c0bc65d3c2c25a"
+DOWNLOAD="http://c-ares.haxx.se/c-ares-1.7.4.tar.gz"
+MD5SUM="dd71e8f07d9f3c837e12a5416d1b7f73"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="rworkman"
+APPROVED="Michiel van Wessem"