From 39a69b5e1adc63854d5d9397e1ed145d36b75834 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 2 Jan 2011 23:55:37 +0000 Subject: libraries/c-ares: Updated for version 1.7.4. Signed-off-by: Michiel van Wessem --- libraries/c-ares/LICENSE | 10 ---------- libraries/c-ares/c-ares.SlackBuild | 6 +++--- libraries/c-ares/c-ares.info | 8 ++++---- 3 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 libraries/c-ares/LICENSE (limited to 'libraries/c-ares') 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 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" -- cgit v1.2.3