mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/siege: Updated for version 4.0.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
8d07fa35d8
commit
6746edb5f2
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Siege
|
||||
|
||||
# Copyright 2011-2013 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2011-2018 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# Originally written by Menno Duursma <druiloor@zonnet.nl>
|
||||
|
||||
PRGNAM=siege
|
||||
VERSION=${VERSION:-3.0.5}
|
||||
VERSION=${VERSION:-4.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -92,9 +92,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cp -a AUTHORS ChangeLog COPYING KNOWNBUGS MACHINES NEWS PLATFORM README* \
|
||||
cp -a AUTHORS ChangeLog COPYING README* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a html/{README,basic.php,cache-control.php,cookie-test.php,etag.php,login.php} \
|
||||
cp -a html/{README,basic.php,cache-control.php,cookie-expire.php,etag.php,login.php} \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="siege"
|
||||
VERSION="3.0.5"
|
||||
VERSION="4.0.4"
|
||||
HOMEPAGE="http://www.joedog.org/index/siege-home"
|
||||
DOWNLOAD="http://download.joedog.org/siege/siege-3.0.5.tar.gz"
|
||||
MD5SUM="822cc4750a6162945ee91af98773bda4"
|
||||
DOWNLOAD="http://download.joedog.org/siege/siege-4.0.4.tar.gz"
|
||||
MD5SUM="aed6db62c4bf199f86218bd7b2fda14f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue