mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/icingaweb2: Updated for version 2.0.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
f64380a481
commit
b4c7fe3f17
2 changed files with 7 additions and 8 deletions
|
@ -23,11 +23,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=icingaweb2
|
||||
VERSION=${VERSION:-2.0.0_rc1}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVER=${SRCVER:-2.0.0-rc1}
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -45,9 +44,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/v$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="icingaweb2"
|
||||
VERSION="2.0.0_rc1"
|
||||
VERSION="2.0.0"
|
||||
HOMEPAGE="https://www.icinga.org/"
|
||||
DOWNLOAD="https://github.com/Icinga/icingaweb2/archive/v2.0.0-rc1.tar.gz"
|
||||
MD5SUM="3889d5a6860cf65b301fb5b6d9667e5c"
|
||||
DOWNLOAD="https://github.com/Icinga/icingaweb2/archive/v2.0.0.tar.gz"
|
||||
MD5SUM="bbc23b1dd48667ca6d8da43255427b2d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue