opt/mdadm/Pkgfile

16 lines
395 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
2018-10-30 14:32:09 +01:00
version=4.1
release=1
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-10-30 14:32:09 +01:00
make 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
}