network/hiawatha: Updated for version 7.4.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Antonio Hernández Blas 2011-03-04 07:37:26 -03:00 committed by Niels Horn
parent acbd34042f
commit 3eb225482b
4 changed files with 8 additions and 11 deletions

View File

@ -22,16 +22,14 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hiawatha
VERSION=${VERSION:-7.2}
VERSION=${VERSION:-7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -82,8 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux \
--enable-command \
--enable-xslt \
--enable-chroot \
--enable-command
--enable-chroot
make
make install DESTDIR=$PKG

View File

@ -1,10 +1,10 @@
PRGNAM="hiawatha"
VERSION="7.2"
VERSION="7.4"
HOMEPAGE="http://www.hiawatha-webserver.org"
DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7.2.tar.gz"
MD5SUM="192a9fecea71cc4655dd68e2446919c7"
DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7.4.tar.gz"
MD5SUM="ae86e0a343317472b58485b4a64cbbc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Antonio Hernández Blas"
EMAIL="hba.nihilismus@gmail.com"
APPROVED="rworkman"
APPROVED="Niels Horn"

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Start/stop/restart the hiawatha web server
# Copyright (c) 2009 Antonio Hernández Blas <hba.nihilismus@gmail.com>
# Copyright (c) 2009-2010 Antonio Hernández Blas <hba.nihilismus@gmail.com>
CONF='/etc/hiawatha'
CMMD="/usr/sbin/hiawatha -c $CONF"

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Start/stop/restart PHP as FastCGI daemon
# Copyright (c) 2009 Antonio Hernández Blas <hba.nihilismus@gmail.com>
# Copyright (c) 2009-2010 Antonio Hernández Blas <hba.nihilismus@gmail.com>
CONF='/etc/hiawatha/php-fcgi.conf'
CMMD="/usr/sbin/php-fcgi -c $CONF"