Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / hdparm / hdparm_5.4.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "hdparm is a Linux shell utility for viewing \
4 and manipulating various IDE drive and driver parameters."
5
6 SRC_URI = http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz
7
8 do_install () {
9         install -d ${D}/sbin ${D}/${mandir}/man8
10         oe_runmake 'DESTDIR=${D}' install
11 }