Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / hdparm / hdparm_6.6.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 = "${SOURCEFORGE_MIRROR}/hdparm/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 }
15