summaryrefslogtreecommitdiff
path: root/mdadm/Pkgfile
blob: ecb1fd0a5e6fcf327ee2273d580c9f24c6c264ec (plain)
    1 # Description: Multiple device (RAID) admin tool
    2 # URL:         http://neil.brown.name/blog/mdadm
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 
    5 name=mdadm
    6 version=4.0
    7 release=1
    8 source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz)
    9 
   10 build() {
   11     cd $name-$version
   12     make CXFLAGS="$CFLAGS" all mdadm.static
   13     make DESTDIR=$PKG install
   14     install -m755 mdadm.static $PKG/sbin
   15 }

Generated by cgit