summaryrefslogtreecommitdiffstats
path: root/cluster/drbd
diff options
context:
space:
mode:
authorVlad Glagolev2010-12-08 16:54:31 +0300
committerVlad Glagolev2010-12-08 16:54:31 +0300
commit440ad401d08e0974d0d4f58c9442a44cbeb746d0 (patch)
treedcc16ad5af3452bdbaadb47fc72bcf49f7fd751d /cluster/drbd
parent0311009bd1ca21651bcc488d61863fe011f3703e (diff)
drbd: => 8.3.9
Diffstat (limited to 'cluster/drbd')
-rwxr-xr-xcluster/drbd/BUILD4
-rwxr-xr-xcluster/drbd/CONFIGURE7
-rwxr-xr-xcluster/drbd/DEPENDS16
-rwxr-xr-xcluster/drbd/DETAILS12
-rw-r--r--cluster/drbd/HISTORY10
-rw-r--r--cluster/drbd/drbd-0.7.19.tar.gz.sigbin287 -> 0 bytes
6 files changed, 40 insertions, 9 deletions
diff --git a/cluster/drbd/BUILD b/cluster/drbd/BUILD
index bee6666754..2031ac593b 100755
--- a/cluster/drbd/BUILD
+++ b/cluster/drbd/BUILD
@@ -1 +1,3 @@
-make all
+OPTS="$DRBD_OPTS $OPTS" &&
+
+default_build
diff --git a/cluster/drbd/CONFIGURE b/cluster/drbd/CONFIGURE
new file mode 100755
index 0000000000..17f11f6370
--- /dev/null
+++ b/cluster/drbd/CONFIGURE
@@ -0,0 +1,7 @@
+config_query_option DRBD_OPTS "Enable kernel module?" y \
+ "--with-km" \
+ "--without-km" &&
+
+config_query_option DRBD_OPTS "Enable management utilities?" y \
+ "--with-utils" \
+ "--without-utils"
diff --git a/cluster/drbd/DEPENDS b/cluster/drbd/DEPENDS
new file mode 100755
index 0000000000..5855f4ec0e
--- /dev/null
+++ b/cluster/drbd/DEPENDS
@@ -0,0 +1,16 @@
+depends flex &&
+
+optional_depends udev \
+ "--with-udev" \
+ "--without-udev" \
+ "for udev integration" &&
+
+optional_depends xen \
+ "--with-xen" \
+ "--without-xen" \
+ "for Xen integration" &&
+
+optional_depends bash-completion \
+ "--with-bashcompletion" \
+ "--without-bashcompletion" \
+ "for programmable bash completion"
diff --git a/cluster/drbd/DETAILS b/cluster/drbd/DETAILS
index 225b76869e..fae73f9ecc 100755
--- a/cluster/drbd/DETAILS
+++ b/cluster/drbd/DETAILS
@@ -1,14 +1,14 @@
SPELL=drbd
- VERSION=0.7.19
+ VERSION=8.3.9
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=http://oss.linbit.com/drbd/0.7/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-# SOURCE_HASH=sha512:
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://oss.linbit.com/$SPELL/$BRANCH/$SOURCE
+ SOURCE_HASH=sha512:7d6545b3298f2af7cc6ba91a501a15f3232cb914619deae4ff5b09b14d59375015878c8794464cedee298b1209cee60a6bd16cca436471b20c0641cc2a6f2745
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://www.drbd.org/
ENTERED=20060630
LICENSE[0]=GPL
- SHORT="a block device which is designed to build high availability clusters"
+ SHORT="block device which is designed to build high availability clusters"
cat << EOF
DRBD is a block device which is designed to build high availability clusters.
This is done by mirroring a whole block device via (a dedicated) network. You
diff --git a/cluster/drbd/HISTORY b/cluster/drbd/HISTORY
index aa5834a38b..d6bd854222 100644
--- a/cluster/drbd/HISTORY
+++ b/cluster/drbd/HISTORY
@@ -1,4 +1,11 @@
-2010-17-06 Bor Kraljič <pyrobor@ver.si>
+2010-12-08 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 8.3.9; replaced gpg sig with sha512 hash;
+ use BRANCH; corrected short desc; quoting paths
+ * BUILD: use DRBD_OPTS and default_build
+ * DEPENDS: added, for dependencies
+ * CONFIGURE: added, for configure options
+
+2010-06-17 Bor Kraljič <pyrobor@ver.si>
* drbd-0.7.19.tar.gz.sig: resigned sources due to gpg error (bug #15746)
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
@@ -13,4 +20,3 @@
2006-06-30 Jason Flatt <sourcemage@flattfamily.com>
* BUILD, CONFIGURE, DETAILS, HISTORY, TRIGGERS,
drbd-0.7.19.tar.gz.sig, volatiles: created spell
-
diff --git a/cluster/drbd/drbd-0.7.19.tar.gz.sig b/cluster/drbd/drbd-0.7.19.tar.gz.sig
deleted file mode 100644
index c977448352..0000000000
--- a/cluster/drbd/drbd-0.7.19.tar.gz.sig
+++ /dev/null
Binary files differ