libraries/libev: Updated for version 4.24, added a license.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2017-01-24 15:16:12 +01:00 committed by Willy Sudiarto Raharjo
parent a57092eab2
commit fecd721aa8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 23 additions and 5 deletions

View file

@ -1,11 +1,29 @@
#!/bin/sh
# Slackware build script for libev
# Written by Šime Ramov <s@ramov.com>
# Maintained by Matteo Bernardini <ponce@slackbuilds.org>
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libev
VERSION=${VERSION:-4.23}
VERSION=${VERSION:-4.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,7 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Force CFLAGS
sed -i "s|-g -O3|$SLKCFLAGS|" configure
sed -i "s|-g -O3|$SLKCFLAGS|" configure || exit 1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="libev"
VERSION="4.23"
VERSION="4.24"
HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
DOWNLOAD="http://dist.schmorp.de/libev/Attic/libev-4.23.tar.gz"
MD5SUM="f1dbf786ead8307e0d4f5f68f2f8526c"
DOWNLOAD="http://dist.schmorp.de/libev/Attic/libev-4.24.tar.gz"
MD5SUM="94459a5a22db041dec6f98424d6efe54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""