[Lunar-commits] <moonbase> dmraid-static: new module
Auke Kok
sofar at foo-projects.org
Thu Nov 20 22:52:35 CET 2008
commit fb0eacf14617662f0f208a4683b422325a7acfae
Author: Peter de Ridder <peter at xfce.org>
Date: Thu Nov 20 22:52:35 2008 +0100
dmraid-static: new module
new module for managing "Fake RAID"
this is the static build version, it will install dmraid.static, which can be used by initrd
---
zbeta/dmraid-static/BUILD | 14 ++++++++++++++
zbeta/dmraid-static/DEPENDS | 1 +
zbeta/dmraid-static/DETAILS | 20 ++++++++++++++++++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/zbeta/dmraid-static/BUILD b/zbeta/dmraid-static/BUILD
new file mode 100644
index 0000000..2ca48b9
--- /dev/null
+++ b/zbeta/dmraid-static/BUILD
@@ -0,0 +1,14 @@
+(
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sbindir=/sbin \
+ --libdir=/lib \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc \
+ --enable-static_link \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ cp tools/dmraid /sbin/dmraid.static
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/dmraid-static/DEPENDS b/zbeta/dmraid-static/DEPENDS
new file mode 100644
index 0000000..12179f5
--- /dev/null
+++ b/zbeta/dmraid-static/DEPENDS
@@ -0,0 +1 @@
+depends device-mapper
diff --git a/zbeta/dmraid-static/DETAILS b/zbeta/dmraid-static/DETAILS
new file mode 100644
index 0000000..12846b5
--- /dev/null
+++ b/zbeta/dmraid-static/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=dmraid-static
+ BASENAME=dmraid
+ VERSION=1.0.0.rc15
+ SOURCE=$BASENAME-$VERSION.tar.bz2
+ SOURCE_URL=http://people.redhat.com/~heinzm/sw/$BASENAME/src/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME/$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