summaryrefslogtreecommitdiffstats
path: root/base/mdadm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/mdadm/Pkgfile')
-rwxr-xr-xbase/mdadm/Pkgfile18
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
-}