[Lunar-commits] <moonbase> dmraid: new module
Auke Kok
sofar at foo-projects.org
Thu Nov 20 22:52:31 CET 2008
commit 88968ab91f9eb07effaa37fc85ce69c04b786dbf
Author: Peter de Ridder <peter at xfce.org>
Date: Thu Nov 20 22:52:31 2008 +0100
dmraid: new module
new module for managing "Fake RAID"
the build script is based on that of dmsetup
---
zbeta/dmraid/BUILD | 11 +++++++++++
zbeta/dmraid/DEPENDS | 1 +
zbeta/dmraid/DETAILS | 19 +++++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/zbeta/dmraid/BUILD b/zbeta/dmraid/BUILD
new file mode 100644
index 0000000..6329322
--- /dev/null
+++ b/zbeta/dmraid/BUILD
@@ -0,0 +1,11 @@
+(
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sbindir=/sbin \
+ --libdir=/lib \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/dmraid/DEPENDS b/zbeta/dmraid/DEPENDS
new file mode 100644
index 0000000..12179f5
--- /dev/null
+++ b/zbeta/dmraid/DEPENDS
@@ -0,0 +1 @@
+depends device-mapper
diff --git a/zbeta/dmraid/DETAILS b/zbeta/dmraid/DETAILS
new file mode 100644
index 0000000..a99c0b0
--- /dev/null
+++ b/zbeta/dmraid/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=dmraid
+ VERSION=1.0.0.rc15
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://people.redhat.com/~heinzm/sw/$MODULE/src/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE/$VERSION
+ SOURCE_VFY=sha1:3fa1f184a497fd2cc6cefa4cb2892ffb1ede64bf
+ WEB_SITE="http://people.redhat.com/~heinzm/"
+ ENTERED=20081025
+ UPDATED=20081025
+ SHORT="discovers, activates, deactivates and displays software RAID sets"
+cat <<EOF
+This software discovers, activates, deactivates and displays properties
+of software RAID sets (eg, ATARAID) and contained DOS partitions.
+
+It allows for RAID set creation/removal/rebuild of Intel Software RAID.
+
+dmraid uses libdevmapper and the device-mapper kernel runtime to create
+devices with respective mappings for the ATARAID sets discovered.
+EOF
More information about the Lunar-commits
mailing list