]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mdadm/mdadm.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mdadm / mdadm.inc
1 SECTION = "utils"
2 DESCRIPTION = "mdadm is a tool for creating, managing and monitoring \
3 device arrays using the "md" driver in Linux, also \
4 known as Software RAID arrays."
5 MAINTAINER = "Dan Williams <dan.j.williams@gmail.com>"
6 LICENSE = "GPL"
7
8 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/${PN}-${PV}.tar.bz2"
9
10 inherit autotools
11
12
13 do_install() {
14         export STRIP=""
15         autotools_do_install
16 }