Enlightenment-x11 meta for building.
[vuplus_openembedded] / hdparm / hdparm_5.4.oe
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 PR = "r1"
6
7 SRC_URI = "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz \
8            file://bswap.patch;patch=1 \
9            file://readahead.patch;patch=1"
10
11 do_install () {
12         install -d ${D}/${sbindir} ${D}/${mandir}/man8
13         oe_runmake 'DESTDIR=${D}' install
14 }