diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:46:31 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:46:31 +0200 |
commit | 4b512646393373fb19f0182b08422f6e75ad34d3 (patch) | |
tree | d9dbe924b6b62ee6f21cf3bda774b24ee0629205 /base/mdadm/Pkgfile | |
parent | 9613720ce370155ac8968793e93e6736ce9756b0 (diff) | |
download | nutyx-pakxe-4b512646393373fb19f0182b08422f6e75ad34d3.tar.gz nutyx-pakxe-4b512646393373fb19f0182b08422f6e75ad34d3.tar.bz2 nutyx-pakxe-4b512646393373fb19f0182b08422f6e75ad34d3.tar.xz nutyx-pakxe-4b512646393373fb19f0182b08422f6e75ad34d3.zip |
mdadm dans extra
Diffstat (limited to 'base/mdadm/Pkgfile')
-rwxr-xr-x | base/mdadm/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/base/mdadm/Pkgfile b/base/mdadm/Pkgfile deleted file mode 100755 index d7b3ff54b..000000000 --- a/base/mdadm/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |