summaryrefslogtreecommitdiffstats
path: root/mdadm
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /mdadm
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'mdadm')
-rw-r--r--mdadm/.footprint.i68613
-rw-r--r--mdadm/.footprint.x86_6413
-rw-r--r--mdadm/.md5sum.i6862
-rw-r--r--mdadm/.md5sum.x86_642
-rwxr-xr-xmdadm/Pkgfile18
5 files changed, 48 insertions, 0 deletions
diff --git a/mdadm/.footprint.i686 b/mdadm/.footprint.i686
new file mode 100644
index 000000000..1a09efe9a
--- /dev/null
+++ b/mdadm/.footprint.i686
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root sbin/
+-rwxr-xr-x root/root sbin/mdadm
+-rwxr-xr-x root/root sbin/mdmon
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man4/
+-rw-r--r-- root/root usr/share/man/man4/md.4.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/mdadm.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/mdadm.8.gz
+-rw-r--r-- root/root usr/share/man/man8/mdmon.8.gz
diff --git a/mdadm/.footprint.x86_64 b/mdadm/.footprint.x86_64
new file mode 100644
index 000000000..1a09efe9a
--- /dev/null
+++ b/mdadm/.footprint.x86_64
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root sbin/
+-rwxr-xr-x root/root sbin/mdadm
+-rwxr-xr-x root/root sbin/mdmon
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man4/
+-rw-r--r-- root/root usr/share/man/man4/md.4.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/mdadm.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/mdadm.8.gz
+-rw-r--r-- root/root usr/share/man/man8/mdmon.8.gz
diff --git a/mdadm/.md5sum.i686 b/mdadm/.md5sum.i686
new file mode 100644
index 000000000..ecc6fba8c
--- /dev/null
+++ b/mdadm/.md5sum.i686
@@ -0,0 +1,2 @@
+975ca718e6d8b24580dfe9483eed6a61 mdadm-3.2.1-gcc-4.6-1.patch
+d1e2549202bd79d9e99f1498d1109530 mdadm-3.2.1.tar.bz2
diff --git a/mdadm/.md5sum.x86_64 b/mdadm/.md5sum.x86_64
new file mode 100644
index 000000000..ecc6fba8c
--- /dev/null
+++ b/mdadm/.md5sum.x86_64
@@ -0,0 +1,2 @@
+975ca718e6d8b24580dfe9483eed6a61 mdadm-3.2.1-gcc-4.6-1.patch
+d1e2549202bd79d9e99f1498d1109530 mdadm-3.2.1.tar.bz2
diff --git a/mdadm/Pkgfile b/mdadm/Pkgfile
new file mode 100755
index 000000000..d7b3ff54b
--- /dev/null
+++ b/mdadm/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Gestionnaire de raid
+# URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+# Maintainer: NutyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=mdadm
+version=3.2.1
+release=1
+source=(ftp://ftp.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.bz2\
+ http://nutyx.meticul.eu/files/patchs/$name/mdadm-3.2.1-gcc-4.6-1.patch)
+
+build() {
+ cd $name-$version
+ patch -Np1 -i ../mdadm-3.2.1-gcc-4.6-1.patch
+ make
+ make INSTALL=/usr/bin/install DESTDIR=$PKG install
+ rm -r $PKG/lib
+}