Another pass of .oe cleanups.
[vuplus_openembedded] / irda-utils / irda-utils_0.9.15.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "Provides common files needed to use IrDA. \
4 IrDA allows communication over Infrared with other devices \
5 such as phones and laptops."
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
8            file://${FILESDIR}/configure.patch;patch=1 \
9            file://${FILESDIR}/m4.patch;patch=1"
10
11 inherit autotools libtool
12
13 do_compile () {
14         oe_runmake -e -C irattach
15         oe_runmake -e -C irdaping
16 }
17
18 do_install () {
19         install -d ${D}${sbindir}
20         oe_runmake -C irattach ROOT="${D}" install
21         oe_runmake -C irdaping ROOT="${D}" install
22 }