opt/mdadm/Pkgfile

16 lines
424 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Multiple device (RAID) admin tool
2011-06-18 16:00:40 +02:00
# URL: http://neil.brown.name/blog/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
2017-01-20 11:17:50 +01:00
version=4.0
2018-01-22 12:27:20 +01:00
release=2
2011-12-24 11:04:26 +01:00
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2018-01-22 12:27:20 +01:00
make CXFLAGS="$CFLAGS -Wno-error" all mdadm.static
2016-01-29 15:30:10 +01:00
make DESTDIR=$PKG install
install -m755 mdadm.static $PKG/sbin
2006-02-23 16:26:10 +01:00
}