aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pmtools/pmtools_20050926.bb
blob: 6e6e0f02e78d5e3d744cc83c122965e7fd578f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI="http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools-${PV}.tar.bz2"

S="${WORKDIR}/pmtools"

do_compile() {
	oe_runmake
}

do_install() {
	install -d ${D}/usr/bin
	install ${S}/acpidump/acpidump ${D}/usr/bin
}