system/pacemaker: Fixed dep information

This commit is contained in:
ponce 2012-08-23 11:40:45 +02:00 committed by Robby Workman
parent ef00a518db
commit 51a0c94349
2 changed files with 4 additions and 12 deletions

View file

@ -17,14 +17,6 @@ the standards most other projects conform to:
* The build will produce soft-errors relating to mercurial,
with invalid single-operand basename and dirname calls.
This SlackBuild is configured to use libesmtp which is also
available from SBo. If you don't want esmtp support you should
change the "--with-esmtp \" line in the script to
"--without-esmtp \".
In order to have a functioning High Availability software stack,
before running this SlackBuild, build AND install, each in order,
the following other SlackBuilds.
Requires: libnet, libesmtp, clusterglue,,clusterresourceagents,
corosync, and openais all available at SlackBuilds.org.
This SlackBuild is configured to use libesmtp. If you don't want
esmtp support you should change the "--with-esmtp \" line in the
script to "--without-esmtp \".

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://hg.clusterlabs.org/pacemaker/1.1/archive/b9b672590e79.tar.bz2"
MD5SUM="ff48a1a0736449f2da85e378c9f41ab3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="clusterglue clusterresourceagents corosync libesmtp libnet openais"
REQUIRES="openais"
MAINTAINER="Zordrak"
EMAIL="slackbuilds@tpa.me.uk"