CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 225 -
(show annotations)
Sun Oct 4 15:01:52 2009 UTC (3 years, 7 months ago) by cjg
File size: 399 byte(s)
Sun Oct 4 15:01:52 2009 UTC (3 years, 7 months ago) by cjg
File size: 399 byte(s)
mdadm: updated to 2.6.7.1
| 1 | # Description: Multiple device (RAID) admin tool |
| 2 | # URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/ |
| 3 | # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de |
| 4 | |
| 5 | name=mdadm |
| 6 | version=2.6.7.1 |
| 7 | release=1 |
| 8 | source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.gz) |
| 9 | |
| 10 | build() { |
| 11 | cd $name-$version |
| 12 | make CXFLAGS="$CFLAGS" DESTDIR=$PKG MANDIR=/usr/man install |
| 13 | } |