mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libmicrohttpd: Updated for version 0.9.39, new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a5c54619cd
commit
7c463ba808
2 changed files with 10 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for libmicrohttpd.
|
# Slackware build script for libmicrohttpd.
|
||||||
#
|
#
|
||||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||||
|
# Copyright 2015 Kent Fritz <fritz.kent@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libmicrohttpd
|
PRGNAM=libmicrohttpd
|
||||||
VERSION=${VERSION:-0.9.31}
|
VERSION=${VERSION:-0.9.39}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -40,7 +41,7 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
DOCS="COPYING README"
|
DOCS="AUTHORS COPYING ChangeLog INSTALL README"
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i486" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
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 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -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" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
|
@ -81,6 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--enable-static=no \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="libmicrohttpd"
|
PRGNAM="libmicrohttpd"
|
||||||
VERSION="0.9.31"
|
VERSION="0.9.39"
|
||||||
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/"
|
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/"
|
||||||
DOWNLOAD="http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.31.tar.gz"
|
DOWNLOAD="http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.39.tar.gz"
|
||||||
MD5SUM="40453603aef1a8c0bb4957ec65ab888d"
|
MD5SUM="86c9cb728b4bd4fcb8aeca18ba6c0548"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Marco Bonetti"
|
MAINTAINER="Kent Fritz"
|
||||||
EMAIL="sid77@slackware.it"
|
EMAIL="fritz.kent@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue