surpport seeking the recorded video
[vuplus_openembedded] / recipes / pmtools / pmtools_20050926.bb
1 SRC_URI="${KERNELORG_MIRROR}/pub/linux/kernel/people/lenb/acpi/utils/pmtools-${PV}.tar.bz2"
2
3 S="${WORKDIR}/pmtools"
4
5 do_compile() {
6         oe_runmake
7 }
8
9 do_install() {
10         install -d ${D}/usr/bin
11         install ${S}/acpidump/acpidump ${D}/usr/bin
12 }