opt/mdadm/Pkgfile

16 lines
446 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Multiple device (RAID) admin tool
# URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=mdadm
2011-03-23 08:55:31 +01:00
version=3.1.5
2009-10-22 12:41:53 +02:00
release=1
2009-12-07 11:59:15 +01:00
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
make CXFLAGS="$CFLAGS" all mdadm.static
make DESTDIR=$PKG MANDIR=/usr/man install
install -m755 mdadm.static $PKG/sbin
2006-02-23 16:26:10 +01:00
}