From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- mdadm/.footprint.i686 | 13 +++++++++++++ mdadm/.footprint.x86_64 | 13 +++++++++++++ mdadm/.md5sum.i686 | 2 ++ mdadm/.md5sum.x86_64 | 2 ++ mdadm/Pkgfile | 18 ++++++++++++++++++ 5 files changed, 48 insertions(+) create mode 100644 mdadm/.footprint.i686 create mode 100644 mdadm/.footprint.x86_64 create mode 100644 mdadm/.md5sum.i686 create mode 100644 mdadm/.md5sum.x86_64 create mode 100755 mdadm/Pkgfile (limited to 'mdadm') 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 +} -- cgit v1.2.3-54-g00ecf