]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/hdparm/hdparm_6.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / hdparm / hdparm_6.3.bb
1 DESCRIPTION = "hdparm is a Linux shell utility for viewing \
2 and manipulating various IDE drive and driver parameters."
3 SECTION = "console/utils"
4 PRIORITY = "optional"
5 LICENSE = "BSD"
6
7 SRC_URI = "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz \
8            file://bswap.patch;patch=1 \
9            file://uclibc.patch;patch=1"
10
11 do_install () {
12         install -d ${D}/${sbindir} ${D}/${mandir}/man8
13         oe_runmake 'DESTDIR=${D}' install
14 }