opt/mdadm/Pkgfile

15 lines
319 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Multiple device (RAID) admin tool
2022-01-04 13:39:46 +01:00
# URL: http://neil.brown.name/blog/mdadm
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=mdadm
2022-01-04 13:39:46 +01:00
version=4.2
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() {
2022-01-04 13:39:46 +01:00
cd $name-$version
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}