mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/c-ares: Updated for version 1.7.4.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
parent
e891713042
commit
39a69b5e1a
3 changed files with 7 additions and 17 deletions
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue