diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-01-24 15:16:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:35 +0700 |
commit | fecd721aa84174a5da68322752bdde08071dea63 (patch) | |
tree | 6c74095f174d6f144e89eb49ec72aad0bd8794f8 /libraries/libev/libev.SlackBuild | |
parent | a57092eab2706a2334e18e91008f92b67a4f7ba6 (diff) |
libraries/libev: Updated for version 4.24, added a license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libev/libev.SlackBuild')
-rw-r--r-- | libraries/libev/libev.SlackBuild | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/libraries/libev/libev.SlackBuild b/libraries/libev/libev.SlackBuild index 5ddf934643e1..acb108fdbdbe 100644 --- a/libraries/libev/libev.SlackBuild +++ b/libraries/libev/libev.SlackBuild @@ -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" \ |