mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +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.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=icingaweb2
|
PRGNAM=icingaweb2
|
||||||
VERSION=${VERSION:-2.0.0_rc1}
|
VERSION=${VERSION:-2.0.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCVER=${SRCVER:-2.0.0-rc1}
|
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -45,9 +44,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$SRCVER
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/v$SRCVER.tar.gz
|
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$SRCVER
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
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 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="icingaweb2"
|
PRGNAM="icingaweb2"
|
||||||
VERSION="2.0.0_rc1"
|
VERSION="2.0.0"
|
||||||
HOMEPAGE="https://www.icinga.org/"
|
HOMEPAGE="https://www.icinga.org/"
|
||||||
DOWNLOAD="https://github.com/Icinga/icingaweb2/archive/v2.0.0-rc1.tar.gz"
|
DOWNLOAD="https://github.com/Icinga/icingaweb2/archive/v2.0.0.tar.gz"
|
||||||
MD5SUM="3889d5a6860cf65b301fb5b6d9667e5c"
|
MD5SUM="bbc23b1dd48667ca6d8da43255427b2d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue