opt/mdadm/Pkgfile

16 lines
469 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
2011-06-18 16:00:40 +02:00
version=3.2.2
2009-10-22 12:41:53 +02:00
release=1
2011-11-16 11:47:31 +01:00
source=(http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.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
}