libraries/libmicrohttpd: Updated for version 0.9.39, new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kent Fritz 2015-02-24 17:05:08 +07:00 committed by Willy Sudiarto Raharjo
parent a5c54619cd
commit 7c463ba808
2 changed files with 10 additions and 8 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for libmicrohttpd.
#
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
# Copyright 2015 Kent Fritz <fritz.kent@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libmicrohttpd
VERSION=${VERSION:-0.9.31}
VERSION=${VERSION:-0.9.39}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -40,7 +41,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="COPYING README"
DOCS="AUTHORS COPYING ChangeLog INSTALL README"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@ -70,7 +71,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -81,6 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-static=no \
--build=$ARCH-slackware-linux
make

View file

@ -1,10 +1,10 @@
PRGNAM="libmicrohttpd"
VERSION="0.9.31"
VERSION="0.9.39"
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/"
DOWNLOAD="http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.31.tar.gz"
MD5SUM="40453603aef1a8c0bb4957ec65ab888d"
DOWNLOAD="http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.39.tar.gz"
MD5SUM="86c9cb728b4bd4fcb8aeca18ba6c0548"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
MAINTAINER="Kent Fritz"
EMAIL="fritz.kent@gmail.com"