system/clusterglue: Updated for version 5e06b2ddd24b (aka 1.07).

Note: I had to disable fatel warnings to get this to build.
        Maybe a future version will fix this.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2011-04-03 17:24:38 -04:00 committed by Robby Workman
parent 1e929f619a
commit 69b47a21bc
2 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,7 @@
# Modified by the SlackBuilds.org project # Modified by the SlackBuilds.org project
PRGNAM=clusterglue PRGNAM=clusterglue
VERSION=${VERSION:-6c8645d6a4c2} VERSION=${VERSION:-5e06b2ddd24b}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -62,7 +62,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$VERSION.tar.bz2 tar xvf $CWD/$VERSION.tar.bz2
mv Reusable-Cluster-Components-$VERSION clusterglue-$VERSION mv Reusable-Cluster-Components-glue--$VERSION clusterglue-$VERSION
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find . \ find . \
@ -84,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \ --mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \ --docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux \ --build=$ARCH-slackware-linux \
--enable-fatal-warnings=no \
--with-initdir=/etc/rc.d \ --with-initdir=/etc/rc.d \
--with-snmp \ --with-snmp \
--enable-bundled-ltdl \ --enable-bundled-ltdl \

View file

@ -1,8 +1,8 @@
PRGNAM="clusterglue" PRGNAM="clusterglue"
VERSION="6c8645d6a4c2" VERSION="5e06b2ddd24b"
HOMEPAGE="http://clusterlabs.org" HOMEPAGE="http://clusterlabs.org"
DOWNLOAD="http://hg.linux-ha.org/glue/archive/6c8645d6a4c2.tar.bz2" DOWNLOAD="http://hg.linux-ha.org/glue/archive/5e06b2ddd24b.tar.bz2"
MD5SUM="68c8e70a3194f07ff12ca03e10105622" MD5SUM="91778b8ac4cced63760bf7bf86eee301"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Zordrak" MAINTAINER="Zordrak"