summaryrefslogtreecommitdiffstats
path: root/system/corosync
diff options
context:
space:
mode:
Diffstat (limited to 'system/corosync')
-rw-r--r--system/corosync/README9
-rw-r--r--system/corosync/corosync.SlackBuild25
-rw-r--r--system/corosync/corosync.info10
3 files changed, 29 insertions, 15 deletions
diff --git a/system/corosync/README b/system/corosync/README
index 7e3ff12c26..56f63b133f 100644
--- a/system/corosync/README
+++ b/system/corosync/README
@@ -1,7 +1,8 @@
corosync (Cluster Engine)
-The Corosync Cluster Engine is a Group Communication System with additional
-features for implementing high availability within applications.
+The Corosync Cluster Engine is a Group Communication System with
+additional features for implementing high availability within
+applications.
-You might also want to install corosync, pacemaker, resource-agents, crmsh,
-fence-agents and eventually cluster-glue.
+You might also want to install corosync, pacemaker, resource-agents,
+crmsh, fence-agents and eventually cluster-glue.
diff --git a/system/corosync/corosync.SlackBuild b/system/corosync/corosync.SlackBuild
index 7295b62883..3dd6de2c13 100644
--- a/system/corosync/corosync.SlackBuild
+++ b/system/corosync/corosync.SlackBuild
@@ -1,8 +1,9 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for corosync
-# Copyright 2018 Pierre-Philipp Braun, Russia
+# Copyright 2018 Pierre-Philipp Braun, Russia
+# Copyright 2020 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,10 +23,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=corosync
-VERSION=${VERSION:-2.4.4}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-2.4.5}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -35,7 +39,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -95,8 +106,10 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/system/corosync/corosync.info b/system/corosync/corosync.info
index 84ec3fa09e..99fea50ff9 100644
--- a/system/corosync/corosync.info
+++ b/system/corosync/corosync.info
@@ -1,10 +1,10 @@
PRGNAM="corosync"
-VERSION="2.4.4"
+VERSION="2.4.5"
HOMEPAGE="http://corosync.github.io/corosync/"
-DOWNLOAD="http://build.clusterlabs.org/corosync/releases/corosync-2.4.4.tar.gz"
-MD5SUM="69db29ff4bc035936946be44fc8be5cd"
+DOWNLOAD="http://build.clusterlabs.org/corosync/releases/corosync-2.4.5.tar.gz"
+MD5SUM="e36a056b893c313c4ec1fe0d7e6cdebd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libqb"
-MAINTAINER="Pierre-Philipp Braun"
-EMAIL="pbraun@nethence.com"
+MAINTAINER="Mario Preksavec"
+EMAIL="mario at slackware dot hr"